Quote:
Originally Posted by gdxf
I just find out that the real cause of that problem is perhaps not with "Desktop" user restrictions. The problem seems to be related to the folder names. To put it simple, the folder names cannot contain spaces. For instance, if the batch file is placed in the "C:\My Folder", it won't work. However, it will work with "C:\MyFolder".
|
Hmm, that makes much more sense. I thought I had guarded against that in my batch file, but I'll look it up later (I don't have Windows access at the moment).