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?