[Question] Sign in to Messenger using a script |
Author: |
Message: |
mynetx
Skinning Contest Winner
Microsoft insider
Posts: 1175 Reputation: 33
37 / /
Joined: Jul 2007
|
O.P. [Question] Sign in to Messenger using a script
The only function dealing with sign-in that I found is Messenger::AutoSignin, which does not take any parameters. Question: how to sign in to Messenger using a specified Windows Live ID and corresponding password, both being available as strings in the script? Note: the Live ID does not necessarily be stored for "Remember me" on the PC yet.
|
|
10-07-2008 08:36 AM |
|
|
Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
Joined: Apr 2006
Status: Away
|
RE: [Question] Sign in to Messenger using a script
I don't think there is any such function. I might be wrong though. But what's the point having your password in the script files, anyone could read it there.
|
|
10-07-2008 08:53 AM |
|
|
mynetx
Skinning Contest Winner
Microsoft insider
Posts: 1175 Reputation: 33
37 / /
Joined: Jul 2007
|
O.P. RE: [Question] Sign in to Messenger using a script
quote: Originally posted by Felu
what's the point having your password in the script files
I will not have it in the script files, but receive it through an XMLHTTP connection from a foreign host.
This post was edited on 10-07-2008 at 08:57 AM by mynetx.
|
|
10-07-2008 08:56 AM |
|
|
Spunky
Former Super Mod
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
|
RE: [Question] Sign in to Messenger using a script
quote: Originally posted by mynetx
quote: Originally posted by Felu
what's the point having your password in the script files
I will not have it in the script files, but receive it through an XMLHTTP connection from a foreign host.
Even safer
<Eljay> "Problems encountered: shit blew up"
|
|
10-07-2008 09:45 AM |
|
|
mynetx
Skinning Contest Winner
Microsoft insider
Posts: 1175 Reputation: 33
37 / /
Joined: Jul 2007
|
O.P. RE: [Question] Sign in to Messenger using a script
quote: Originally posted by SpunkyLoveMuff
Even safer
Dude, I will receive the login data from a specified host, probably even with an SSL connection, so dont worry about my coding and safety (you should know that I am a very cautious user and developer ). I just want to know a way to have the current Messenger process signing in to a specified strLiveId with an also specified strPassword...
|
|
10-07-2008 09:55 AM |
|
|
Spunky
Former Super Mod
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
|
RE: [Question] Sign in to Messenger using a script
I suppose you could write a batch file and run it (it's a sloppy method though really =/)
<Eljay> "Problems encountered: shit blew up"
|
|
10-07-2008 10:06 AM |
|
|
mynetx
Skinning Contest Winner
Microsoft insider
Posts: 1175 Reputation: 33
37 / /
Joined: Jul 2007
|
O.P. RE: [Question] Sign in to Messenger using a script
quote: Originally posted by SpunkyLoveMuff
I suppose you could write a batch file
What commands/parameters though. And, any other idea?
|
|
10-07-2008 10:13 AM |
|
|
Stigmata
Veteran Member
Posts: 3520 Reputation: 45
21 / /
Joined: Jul 2003
|
RE: [Question] Sign in to Messenger using a script
|
|
10-07-2008 10:50 AM |
|
|
mynetx
Skinning Contest Winner
Microsoft insider
Posts: 1175 Reputation: 33
37 / /
Joined: Jul 2007
|
O.P. RE: [Question] Sign in to Messenger using a script
Thanks Stigmata; I myself have already had a look at the Messenger.UIAutomation ActiveX object, but it does not support polygamy. Else would it be exactly what I need.
|
|
10-07-2008 10:58 AM |
|
|
matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: [Question] Sign in to Messenger using a script
You have to change the default signin name in the registry and launch WLM. This will only work if the user has their password cached.
|
|
10-07-2008 11:38 AM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|