Thx
You said : "but it won't do when the script itself starts, so (after you import it) you either restart msn or type "/backup"".
So you can try to add these lines in your script :
code:
function OnEvent_Initialize(MessengerStart){
if(!MessengerStart)OnEvent_SigninReady(Messenger.MyEmail);
}