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

Avatar
A. Maia Ferreira @ PTnet

Posts: 51
Reputation: 1
35 / Male / –
Joined: Jan 2007
O.P. [Question] Strange error
code:
function OnEvent_Initialize(MessengerStart) {
    testing();
}

function testing() {
    var Shell = new ActiveXObject("WScript.Shell");
    Shell.Run(MsgPlus.ScriptFilesPath+"\\lol.txt");
}


executing this will return me an error:

code:
Script is starting
Script is now loaded and ready
Error: unknown.
       Line: 7. Code: -2147024894.
Function OnEvent_Initialize returned an error. Code: -214735256

I think everything is ok... The files exists, the path it's fine...
What should I do?
01-29-2007 10:08 PM
Profile E-Mail 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