batch file - cmd.exe doesn't close after starting exe -
I have a bat file that starts the .exe file, however, cmd.exe is not closed after the command is executed Happen .
Start / D "C: \ Projects" myProgram.exe
The program starts and behaves as it should, but CMD is close What will be the reason for this?
Try using EXIT in your script
For example:
remove
Comments
Post a Comment