Hi,
I'm running this simple script;
code:
var shell = new ActiveXObject("wscript.shell");
shell.Run( MsgPlus.ScriptFilesPath );
Which should open the directory "C:\Programfiler\Messenger Plus! Live\Scripts\testscript"
However it instead opens "C:\Programfiler\Messenger", in other words, it truncates everything after the first space.
Why is this and how can it be prevented?
Another problem I'm having is that the debugger doesn't work anymore, it doesn't appear. I have it activated but still the window isn't there.