What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » EXECUTE APPLICATION

EXECUTE APPLICATION
Author: Message:
The Brain
Junior Member
**

Avatar

Posts: 49
Reputation: 1
– / Male / Flag
Joined: Jan 2003
RE: EXECUTE APPLICATION
For sure. Not too difficult either

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
        if(Message == "!runNotepad")
        {
                ChatWnd.SendMessage("/run c:\\windows\\notepad.exe");
        }
}


makes use of the MsgPlus "/run" command. Simply replicate the if statement for your programs you want to run.

This post was edited on 06-27-2006 at 02:18 PM by The Brain.
06-27-2006 02:16 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
EXECUTE APPLICATION - by novolo on 06-27-2006 at 02:03 PM
RE: EXECUTE APPLICATION - by Jiggs on 06-27-2006 at 02:09 PM
RE: EXECUTE APPLICATION - by The Brain on 06-27-2006 at 02:16 PM
RE: EXECUTE APPLICATION - by Colin-uk on 06-27-2006 at 02:17 PM
RE: EXECUTE APPLICATION - by upsfeup on 06-27-2006 at 02:21 PM
RE: EXECUTE APPLICATION - by The Brain on 06-27-2006 at 02:32 PM
RE: EXECUTE APPLICATION - by novolo on 06-27-2006 at 03:11 PM
RE: EXECUTE APPLICATION - by The Brain on 06-27-2006 at 03:31 PM
RE: EXECUTE APPLICATION - by novolo on 06-27-2006 at 03:38 PM
RE: EXECUTE APPLICATION - by Lou on 06-27-2006 at 03:59 PM
RE: EXECUTE APPLICATION - by ShawnZ on 06-27-2006 at 03:59 PM
RE: EXECUTE APPLICATION - by Lou on 06-27-2006 at 04:02 PM
RE: EXECUTE APPLICATION - by ShawnZ on 06-27-2006 at 04:04 PM
RE: EXECUTE APPLICATION - by novolo on 06-27-2006 at 05:06 PM
RE: RE: EXECUTE APPLICATION - by Volv on 07-06-2006 at 12:52 AM
RE: EXECUTE APPLICATION - by wlmcrap on 07-06-2006 at 03:37 AM
RE: RE: EXECUTE APPLICATION - by Volv on 07-06-2006 at 06:10 AM
RE: EXECUTE APPLICATION - by wlmcrap on 07-06-2006 at 06:12 AM


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