I am trying to execute a file by placing the appropriate command into a batch file. After completing the file execution the command window is not closing automatically. I tried
You can close the console at the end
For example:
start /b taskkill /F /IM bank01.exe .. .. taskkill /F /IM cmd.exe