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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -