what parameters should i use to start a console app minimized or hidden?
is this possible without using a 3rd party program?
with a batch file
|
|
what parameters should i use to start a console app minimized or hidden? is this possible without using a 3rd party program? with a batch file
|
|||
|
|
|
|
Then you can pass whatever parameters to cmd.exe you need, for example: To process a command then close:
To process a command but stay open:
|
|||
|
|