|
Answer» This maybe should be in the Windows forum, but all the batch questions are in the DOS forum...
Is it possible to modify a batch file to minimize a command prompt WINDOW (in Windows XP) after the batch has run?
I use a web development program called phpdev that uses a batch file to launch an APACHE server. After running the batch, the DOS window stays open on the desktop. I would like the batch file to minimize the window (but not close it).I FOUND a solution. I NEED to add /min to start command in the batch file. Like:
start /min apache
I guess my question really was not how to minimize the batch window, but the program window that is opened by the batch instead. After the batch runs, there is no need for it to stay open, so it is closed with:
exitOr you can try making it invisible using QUICK Batch Compiler .
Almn
|