How to close cmd window?
Posted: 04 Mar 2019 12:39
Hello everyone;
I want to execute 2 commands that start some exe. When click batch file, cmd window is opened. Even if I closed these exe, cmd window is still open. How can I close cmd window when commands finish?
Any ideas?
My command :
start "" & notepad.exe
start "" & notepad.exe
I want to execute 2 commands that start some exe. When click batch file, cmd window is opened. Even if I closed these exe, cmd window is still open. How can I close cmd window when commands finish?
Any ideas?
My command :
start "" & notepad.exe
start "" & notepad.exe