Search The Web

Monday, May 14, 2012

Opening a window in full screen mode in a batch file


Opening a window in full screen mode in a batch file


this can be done using the start /max statement at the start of the command.in context this can be used to open an IE window in full screen for portal access or similar.


start /max "%programfiles%\internet explorer\iexplore.exe" http://www.dizzyit.com

 the same can be used to start in minimized mode with start /min