I tried to put this into a example.bat call= blahblah.exe call= example.bat /wait blahblah.exe
but the above does not wait, it will call the example.bat as soon as the blahblah.exe runs.
I want to start the example.bat when the WHOLE blahblah.exe has finished. thanks
You can use
start
. If you wanted to runa.bat
, executeb.exe
then runc.bat
when it exits;a.bat
: