quote:
Originally posted by phalanxii
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"+"\"");
}
Worked! Great job, thanks a lot!