• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Minimize applications on open?

FOBSIDE

Platinum Member
Is there any kind of switch with a shortcut, such as open.exe -m, to minimize a window when you launch an application?
 
Try the start.exe command. Run it at the command line using start.exe /? to find a list of switches, one of which is the START MINIMIZED command. You can then create a .bat file with the command in it.
 
I was trying to use start.exe and created a .bat file, but it only loads the program files window, not the application. I was trying to load QuickTime just to test.

START "Title" /min /normal "c:\Progra~1\QuickT~1\" "c:\Progra~1\QuickT~1\qttask.exe"

Any ideas what I am doing wrong? I found this page: http://www.jsiinc.com/suba/tip0300/rh0364.htm
 
just create a shortcut in windows and go into the properties dialog; under the "run" section you can specify to start minimized.
 
Back
Top