quote:
Originally posted by alexp2_ad
BTW, can anyone get this to work, I tried:
new ActiveXObject('WScript.Shell').run(Messenger.ReceiveFileDir);
But it returns an unknown error, it should work as is, but it doesn't, tried replacing \ or whatever, but it didn't help.
I think it returns the error because it doesn't like spaces. I tried a few different things and the only way I got the run command to work was when there was no spaces in th files path (in a file or a folder). The only way I could imagine getting past this is by using the likes of a *.bat file but I'm sure somone else will divise a better method.
EDIT:
quote:
Originally posted by -!Felu!-
quote:
Originally posted by alexp2_ad
new ActiveXObject('WScript.Shell').run(Messenger.ReceiveFileDir);
code:
new ActiveXObject('WScript.Shell').run(Messenger.ReceivedFileDir);
Should Work
alexp2_ad had the correct property, it does
not have the extra 'd'