Cheers, Millenium_edition - Gilly Messenger works great!
Instead of using AppLoader, I simply wrote a small VB Script to run both programs at once:
code:
Set objShell = CreateObject("WScript.Shell")
objShell.Run "C:\PROGRA~1\GILLYM~1\GILLYM~1.exe user pass"
objShell.Run "C:\PROGRA~1\MSNMES~1\msnmsgr.exe"
Not sure if the coding of the VB Script is correct - this is the first script I've ever written, but it seems to work.
Thanks again!