0-Batch ScriptsWait For a Process in a Batch FileA while ago I needed to wait for a process in a batch file to finish before the script continued. I did it by using an If statement to create a ‘spoof’ loop, with a delay between each loop iteration... October 31, 2018Read more