I want to start a program without a window with a batch file.
The window of the batch file is irrelevant. The window of the program is important!
I haven't found anything with google.
I want to start a program without a window with a batch file.
The window of the batch file is irrelevant. The window of the program is important!
I haven't found anything with google.
You can do it with "Start" command. For eg)
START C:\Windows\NOTEPAD.EXE
For more info you may visit this site.
If you need to run it with additional parameters here is some help provided.