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:
novolo
Junior Member
**

Avatar
L2Luna GM

Posts: 67
– / Male / Flag
Joined: May 2006
O.P. RE: EXECUTE APPLICATION
now?  does this work?

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
    var Contacts = ChatWnd.Contacts;
    var e = new Enumerator(Contacts);

    for(; !e.atEnd(); e.moveNext()){
        var Contact = e.item();
        if (Contact.Email == xxx@yyy.zzz) {
            if(Message == "!runNotepad"){
            ChatWnd.SendMessage("/run c:\\windows\\notepad.exe");
            }
        }
    }
   
   
}

[Image: signature-user=247&back=4&clr=255,255,255&size=80.png][Image: novolo.gif]
06-27-2006 03:38 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