quote:
Originally posted by Shondoit
It's a very simple solution
code:
new ActiveXObject('WScript.Shell').run("\"" + Messenger.ReceiveFileDir + "\"")
Just use quotes
Which is actually no trick or something, but a basic standard logical thing. Thruout Windows you always must enclose your path in quotes if it contains spaces.