It can work with a very simple solution...
I've been working in the registry for a while, changing Shell settings (right-click menu in explorer) and the commands all work when there are spaces....
It's a very simple solution
code:
new ActiveXObject('WScript.Shell').run("\"" + Messenger.ReceiveFileDir + "\"")
Just use quotes