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