quote:
Originally posted by Weyzza
It can be done with a script? It'll be much easier then
Yes
in pseudo code (from top of my head without checking anything and without implementing any additional needed checks like checking if the default mail is one listed in the array)
code:
array ="mail1, mail2, mail3"
event initialize {
1) Get current default mail from registry
2) perform Messenger.AutoSignin
3) If there is a next mail to auto-signin in array:
4) Change to next mail in registry
5) run "msnmsgr.exe"
else
6) //last mail has been processed
7) Change to first mail in registry
}
and since each messenger instance runs this script, it should do what you want. But of course, there might be many many possible implications.
And also you need to tick all three checks ("remember me", "remember password", "auto-sign in") for all accounts.
quote:
Originally posted by Weyzza
But, unless I miss something, I am still under impression that you can only make Messenger remember one email address and one password on a PC
This was so before. Since WLM 8.0 (or maybe even MSN Messenger 7.5, or whatever) the passwords are stored somewhere else... Which makes all the difference now.