Many thanks. You are of course correct that "Start" is the right way to do this.
I've never actually has to use "Start" before. In my experience, most programs open and pass execution to the next line without using it.
For example, if I use the same method to open Chrome:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
Chrome opens and the bat files continues on to the next line.
I wonder why some programs stop the bat file from going on and some don't.
|