O.P. RE: Script to run a command line whenever a contact becomes online
Ops, sorry, I found the mistake by myself...
It's the double slashes I should use on the RUN command line :
new ActiveXObject("WScript.Shell").Run('C:\\test\\cl52\\xtest391.exe ' + Email);
Now, one more thing.....
I like to edit my scripts using an external editor, which is TSE PRO 32 from SemWare. Wonderful editor.
So, would there be a way to do some sort of "# INCLUDE" within WLM Plus so that I could edit my scripts outside WLM itself ?
Say that inside WLM I simply would put
# INCLUDE "this_script_of_mine_on_this_file_path"
And then I could edit the script with my editor of choice ?
|