1.

Solve : How to Minimize Batch Window when running BAT file?

Answer»

I am running a BAT file at the end of a MS Developer 2000 Install, however I want it to be invisible to the user. Is it POSSIBLE to have the BATCH Window automatically be MINIMIZED by using some kind of COMMAND in beginning of BAT file?

Thanks in ADVANCE for help!Try using: start /min /wait filename.bat



Discussion

No Comment Found