Jim Taylor wrote:
JohnW-Mpls wrote:


Anyone know how to have a batch file in XP open SeaMonkey minimized?

I know the syntax to start SM in one of its windows:-
forex to start in Mail& Newsgroups add -mail at the end

C:\"Program Files"\SeaMonkey\seamonkey.exe -mail


but is there anything that can be added to start up minimized?



Use the "start" command:
start "c:\program files\seamonkey\seamonkey.exe -mail" /min

Type "start /?" at a command prompt to see the other options.

Jim

Actually what I posted above works on Windows 7 but not on XP. For XP you need to specify a window title (even if it is null) and have the parameters outside the quotes. This should work on XP.

start "" "c:\program files\seamonkey\seamonkey.exe" -mail

Jim

_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to