Closed mottosso closed 5 years ago
Rather than stringing calls together witih "&", do write a .bat file and then pass cmd /k call my.bat. That way, we get a new shell, without waiting inside the .bat file.
cmd /k call my.bat
Rather than stringing calls together witih "&", do write a .bat file and then pass
cmd /k call my.bat
. That way, we get a new shell, without waiting inside the .bat file.