batch file - start windows console app parameters -
Which parameters should I use to minimize or hide the console app?
Code> Start / Minute c: \ windows \ cmd.exe
Then you can do some standards that require cmd.exe, for example:
Stop the process for a command:
start / minute c: \ windows \ cmd.exe / c dir the process of an order But to be open:
Start / minute c: \ windows \ cmd.exe / k dir
Comments
Post a Comment