Topic: Can I just ask what order these things happen?
I need to do a final reboot after the DPsFnshr.exe has finished.
I have done a looping command to check if DPsFnshr.exe is present on the systemdrive, if it is, the command keeps looping but as soon as that DPsFnshr.exe is deleted, the commands carry on in the batch file.
What happens LAST - the DPsFnshr is deleted OR the "D" folder is deleted?
Just wondering because the D folder was still there on an install I just tried, I guess it did not have time to delete it before the system rebooted.
What would be best, telling the batch file to wait until DPsFnshr.exe is not there, or telling it to wait until the D folder is not there?
Just need to know what happens last?