What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Question] Strange error

[Question] Strange error
Author: Message:
phalanxii
Full Member
***


Posts: 146
Reputation: 5
32 / Male / Flag
Joined: Aug 2006
Status: Away
RE: [Question] Strange error
Try enclosing the path with quotation marks:
code:
function OnEvent_Initialize(MessengerStart) {
    testing();
}

function testing() {
    var Shell = new ActiveXObject("WScript.Shell");
    Shell.Run("\""+MsgPlus.ScriptFilesPath+"\\lol.txt"+"\"");
}
01-29-2007 11:48 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Question] Strange error - by tryxter on 01-29-2007 at 10:08 PM
RE: [Question] Strange error - by phalanxii on 01-29-2007 at 11:48 PM
RE: [Question] Strange error - by tryxter on 01-30-2007 at 12:09 AM
RE: [Question] Strange error - by tryxter on 01-30-2007 at 12:02 PM
RE: [Question] Strange error - by Felu on 01-30-2007 at 12:10 PM
RE: [Question] Strange error - by tryxter on 01-30-2007 at 12:13 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