MS DOS minimize open windows (1 Viewer)

ajetrumpet

Banned
Local time
Today, 17:50
Joined
Jun 22, 2007
Messages
5,638
Does anyone know how to minimize all open windows using a batch file? I've tried googling SendKeys for the keyboard shortcuts...and fiddling with the /MIN switch, but I can't seem to figure it out! Also, I have opened a few different programs in a batch file with this switch, but for some reason, Mozilla Firefox still opens in restored mode (not maximized, but rather in between MAX and MIN). This is the code that does it:
Code:
start /MIN firefox.exe
Thanks all...
 

Users who are viewing this thread

Top Bottom