You can use the exit keyword. Here is an example from one of my batch files: start myProgram.exe param1 exit.
Use start instead: start "" "command here". Edit: Do not miss the first pair of empty quotes, this is the title of the process/window. start
The Microsoft help for the CALL command rather misleadingly states "Calls one
The batch file finishes and its console window remains open, but the program continues running. The START /W command that was used to run ...
programs to run so I create a batch file in Windows and then run that batch file.
When a batch file is run, the shell program (usually COMMAND.
Windows batch files. • Building a batch file
dependent programs are not run in the proper order. Fortunately,
In Windows, the batch file is a file that stores commands in a serial
variable will be read to determine which file extensions to search for and in what order.