Min or hide DOS window
hi,
when i run a batch file it always pop up a DOS window on my windows 2000 computer.
how can i Minimize or hide this DOS window?
thanks
when i run a batch file it always pop up a DOS window on my windows 2000 computer.
how can i Minimize or hide this DOS window?
thanks
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
bkelly
19 years ago
You may want to check out KiXtart, it has a SetConsole function that lets you minimize, maximize, and even hide the console window. Plus there is a console-less version of KiXtart (kix32.exe) named wkix32.exe that will not output anything to a console window unless you want. More on KiXtart here: http://www.adminscripteditor.com/langhome.asp?l=k
You might also have a look at the START command:
Start /MIN setup.exe /silent
Or for details, type start /? at the command line.
Bob
You might also have a look at the START command:
Start /MIN setup.exe /silent
Or for details, type start /? at the command line.
Bob
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.