What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » How Can I Open Windows Explorer ?

How Can I Open Windows Explorer ?
Author: Message:
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: RE: How Can I Open Windows Explorer ?
quote:
Originally posted by Lén
there isn't a /explorer in the command window, why?

code:
function OnGetScriptCommands(){
    var commands = '<ScriptCommands>';
        commands+='<Command>';
            commands+='<Name>BendeR</Name>';
            commands+='<Description>Multi-fonctions</Description>';
        commands+='</Command>';
        commands+='</ScriptCommands>';
    return commands;
}


The part in bold defines what is shown in the command window, so it needs to be

code:
commands+='<Name>explorer</Name>'

Also, after quickly looking at your code, the lines
code:
var explorer = '/explorer ';
if(Message.substring(0,8)==explorer)
should be
code:
var explorer = '/explorer';
if(Message.substring(0,9)==explorer)


Hope this helps. :)
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
02-07-2008 12:13 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How Can I Open Windows Explorer ? - by Lén on 02-06-2008 at 11:11 PM
RE: How Can I Open Windows Explorer ? - by Patchou on 02-06-2008 at 11:18 PM
RE: How Can I Open Windows Explorer ? - by Lén on 02-06-2008 at 11:26 PM
RE: How Can I Open Windows Explorer ? - by Eljay on 02-06-2008 at 11:27 PM
RE: How Can I Open Windows Explorer ? - by Lén on 02-06-2008 at 11:45 PM
RE: RE: How Can I Open Windows Explorer ? - by pollolibredegrasa on 02-07-2008 at 12:13 AM
RE: How Can I Open Windows Explorer ? - by Lén on 02-07-2008 at 12:21 AM
RE: How Can I Open Windows Explorer ? - by Spunky on 02-07-2008 at 12:23 AM
RE: How Can I Open Windows Explorer ? - by Lén on 02-07-2008 at 12:36 AM
RE: How Can I Open Windows Explorer ? - by Eljay on 02-07-2008 at 12:44 AM
RE: How Can I Open Windows Explorer ? - by Spunky on 02-07-2008 at 04:03 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