What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script to run a command line whenever a contact becomes online

Script to run a command line whenever a contact becomes online
Author: Message:
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: Script to run a command line whenever a contact becomes online
code:
function OnEvent_ContactSignin(strEmail) {
    new ActiveXObject("WScript.Shell").Run("\"C:\\path to file\\file.bat\"");
}
You can replace \"C:\\path to file\\file.bat\" with any console command.

This post was edited on 06-12-2007 at 06:38 PM by Volv.
06-12-2007 06:37 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script to run a command line whenever a contact becomes online - by jabaltie on 06-12-2007 at 06:29 PM
RE: Script to run a command line whenever a contact becomes online - by Volv on 06-12-2007 at 06:37 PM
RE: Script to run a command line whenever a contact becomes online - by Matti on 06-12-2007 at 06:40 PM
RE: Script to run a command line whenever a contact becomes online - by Volv on 06-12-2007 at 06:42 PM
RE: Script to run a command line whenever a contact becomes online - by jabaltie on 06-12-2007 at 07:49 PM
RE: Script to run a command line whenever a contact becomes online - by L. Coyote on 06-12-2007 at 07:54 PM
RE: Script to run a command line whenever a contact becomes online - by Volv on 06-13-2007 at 04:36 AM
RE: Script to run a command line whenever a contact becomes online - by markee on 06-13-2007 at 04:50 AM
RE: Script to run a command line whenever a contact becomes online - by jabaltie on 06-13-2007 at 01:37 PM
RE: Script to run a command line whenever a contact becomes online - by jabaltie on 06-13-2007 at 01:44 PM
RE: Script to run a command line whenever a contact becomes online - by Volv on 06-13-2007 at 02:28 PM
RE: Script to run a command line whenever a contact becomes online - by jabaltie on 06-13-2007 at 02:57 PM
RE: Script to run a command line whenever a contact becomes online - by Volv on 06-13-2007 at 03:18 PM
RE: Script to run a command line whenever a contact becomes online - by Jesus on 06-13-2007 at 05:04 PM
RE: Script to run a command line whenever a contact becomes online - by Matti on 06-13-2007 at 07:25 PM


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