What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » MSN and Windows Messenger - Script to load and login?

MSN and Windows Messenger - Script to load and login?
Author: Message:
Chris.1
Full Member
***

Avatar
addicted to the net

Posts: 363
Reputation: 3
36 / Male / –
Joined: Jun 2003
O.P. MSN and Windows Messenger - Script to load and login?
I'm wondering if it i is possible to write a script of some form which will load MSN and Windows Messengers, and sign both programs into different user accounts automatically?

I don't want messenger loading at startup, but i would like to be able to run a program which will launch both programs when needed.

Does anyone know if this is possible? I thought about using the auto signin feature, but this will only work with one account afaik.

Hopefully someone will know something.
02-23-2005 07:43 PM
Profile E-Mail PM Web Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: MSN and Windows Messenger - Script to load and login?
If you really want windows messenger, you can use gilly which almost has the same functions and can log you in with a shortcut to:
code:
"C:\Program Files\Gilly Messenger\GIlly Messenger.exe" me@hotmail.com mypassword
you can then use msn 6/7's autosignin to automaticly sign in to your account and gilly to sign in to another.

running two apps at the same time can be done using applications like AppLoader
02-23-2005 07:47 PM
Profile E-Mail PM Find Quote Report
Chris.1
Full Member
***

Avatar
addicted to the net

Posts: 363
Reputation: 3
36 / Male / –
Joined: Jun 2003
O.P. RE: MSN and Windows Messenger - Script to load and login?
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!
02-23-2005 08:57 PM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: MSN and Windows Messenger - Script to load and login?
Looks good to me.
[Image: spartaafk.png]
02-23-2005 11:56 PM
Profile PM Web Find Quote Report
lopardo
Veteran Member
*****


Posts: 1395
Reputation: 33
37 / Male / Flag
Joined: Nov 2002
Status: Away
RE: MSN and Windows Messenger - Script to load and login?
The good thing about AppLoader is that it can take care of closing everything when you don't need them :)
[Image: userbar452797dd.gif]
02-24-2005 04:46 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On