What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help] program opener

[Help] program opener
Author: Message:
.:lil-wolf:.
New Member
*

Avatar
Its peanut butter jelly time!

Posts: 6
43 / – / –
Joined: Sep 2006
O.P. [Help] program opener
Chances are there is a program out tehre that does this but i am sorta new to this whole programing thingy and I'm trying to make a program my self and all i'm trying to do is get this to open paint and i got it to open paint but a pop up saying "The Command you entered was not recognized.
If the message was not ment to be a commant, insert a double '//' at its beginning." when i try and use the command. can you help me?

here is what i got for the script:
code:
function OnEvent_ChatWndSendMessage(ChatWnd,Message){
   
    if(Message=="/paint"){

        var shell = new ActiveXObject("wscript.shell");
        shell.Run("mspaint.exe");

    }

}
function OnGetScriptCommands(){
    var commands = '<ScriptCommands>';
        commands+='<Command>';
            commands+='<Name>/paint</Name>';
            commands+='<Description>Open paint.</Description>';
        commands+='</Command>';
    return commands;
}
04-07-2007 02:04 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help] program opener - by .:lil-wolf:. on 04-07-2007 at 02:04 PM
RE: [Help] program opener - by markee on 04-07-2007 at 02:24 PM
RE: [Help] program opener - by .:lil-wolf:. on 04-07-2007 at 02:28 PM
RE: [Help] program opener - by .:lil-wolf:. on 04-07-2007 at 02:39 PM
RE: [Help] program opener - by markee on 04-07-2007 at 02:45 PM
RE: [Help] program opener - by .:lil-wolf:. on 04-07-2007 at 02:49 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