![]() How Can I Open Windows Explorer ? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: How Can I Open Windows Explorer ? (/showthread.php?tid=81499) How Can I Open Windows Explorer ? by Lén on 02-06-2008 at 11:11 PM
Hi,
After hours of research i've decided to post here... So my problem is that i want to create a command that open the windows explorer like the /received command do for "My received files" ... so if anybody knows how to do it... RE: How Can I Open Windows Explorer ? by Patchou on 02-06-2008 at 11:18 PM
Something like this should work code: RE: How Can I Open Windows Explorer ? by Lén on 02-06-2008 at 11:26 PM I try it now RE: How Can I Open Windows Explorer ? by Eljay on 02-06-2008 at 11:27 PM You will need to use a double backslash for the path (e.g. "C:\\directory"). RE: How Can I Open Windows Explorer ? by Lén on 02-06-2008 at 11:45 PM
My script looks like it: code: But I miss something... 'cause it still not work ![]() EDIT: there isn't a /explorer in the command window, why? RE: RE: How Can I Open Windows Explorer ? by pollolibredegrasa on 02-07-2008 at 12:13 AM
quote:The part in bold defines what is shown in the command window, so it needs to be code: Also, after quickly looking at your code, the lines code:should be code: Hope this helps. ![]() RE: How Can I Open Windows Explorer ? by Lén on 02-07-2008 at 12:21 AM
OMG! you're great !! RE: How Can I Open Windows Explorer ? by Spunky on 02-07-2008 at 12:23 AM
quote: I'm fairly certain it only needs 8, not 9... It's zero based RE: How Can I Open Windows Explorer ? by Lén on 02-07-2008 at 12:36 AM
Let's Tryin'.... RE: How Can I Open Windows Explorer ? by Eljay on 02-07-2008 at 12:44 AM
quote: The first parameter is zero-based because it's an offset, but the second parameter is just the length of the substring. RE: How Can I Open Windows Explorer ? by Spunky on 02-07-2008 at 04:03 PM * Spunky === n00b |