RE: Will's Launch MsgPlus Script
Well, I love Messenger Plus!, It doesn't hog my CPU neither does it consume too much memory, but I love the fact that you can remove the process and it'll still work, so I wrote this little script, It works with a program called WinX32 (freeware), that runs scripts (no need for a dos box) although you can code the same in a .cmd or .bat but the "pause" is different...and instead of /kill you should use the taskkill command (It's on XP...)
The winx32 script works on all versions of Windows...
; Please change C:\Program Files to your program files directory...
"C:\Program Files\Messenger Plus! 2\MsgPlus.exe"
/sleep 3
; Three seconds is enough to let MsgPlus load...
"C:\Program Files\MSN Messenger\msnmsgr.exe"
; "C:\Program Files\MSN Messenger\msnloader.exe"
; The two lines above can be switched if you want to use the JnZloader (place the ; on the correct line)
/sleep 20
; That allows everything to load properly
/kill MsgPlu*
; That's it... winx32 is also unloaded from memory...
tisazalay
|