First of all... this is a very nice idea... buuuuuuttt the script needs very changes...
in the last release you didn't updated the about...
so you install the 1.03 and you get the about of 1.02
then you have a small problem that can be really quick repaired...
You putted all the programs path in english... how about the people that doesn't have windows in english or use other folders that you don't know the names of?
for example...
I had have to change "Program files" to "Archivos de programa"
code:
function messengerSignIn() {
Debug.trace( "MessengerSignIn" );
var objShell = new ActiveXObject( "Shell.Application" );
objShell.ShellExecute(
"C:\\Archivos de programa\\MSN Messenger\\msnmsgr.exe",
"", "", "open", 1 );
MsgPlus.AddTimer( 'endScript', (email.length) * delay * 1.5 );
Messenger.Autosignin();
}
to get your script worked in my pc... cause i am a spanish speaker...
other things are that if your pc begun in a good way... you get your script worked but if one of that sign in fails...a you restar it... your script becomes crazy... open once again all the messeger accounts that you configured... and then again and again and again... this is actually very usefull just for the first sign in (when the pc starts) or when you don't have ANY messengers account open... but when you have one or more... the script is just messing things up...
Sorry if i am hard in words... but i am not a english native speaker... and i speak in a serious way...