Menu

#289 Error 0010 calling the after installation to a dir with spaces

open
nobody
None
5
2015-12-30
2015-12-30
No

I installed the into "d:\Program Files\THE". When I call the I get the following error message:
Error 0010: Path not found Files\THE\theg.exe

THE's environment variables look like this:
THE_HELP_FILE=D:\Program Files\THE\THE_Help.txt
THE_HOME_DIR=D:\Program Files\THE
THE_MACRO_PATH=D:\Program Files\THE\extras

I've tried changing them to
THE_HELP_FILE="D:\Program Files\THE\THE_Help.txt"
THE_HOME_DIR="D:\Program Files\THE"
THE_MACRO_PATH="D:\Program Files\THE\extras"

but since this is a Windows-PC from work I don't have proper administrative rights, so I could only try to temporarily change these within a cmd.exe window, and then call the from there. This, at least, didn't help at all. Calling theg from there works btw., so I suspect that the has trouble dealing with %THE_HOME_DIR% here.

Of coures I will still use the, simpy by installing it into a directory without spaces, but paths containing spaces like "Program Files" are absolutely common, so I feel that the should work under these circumstances as well.

Discussion


Log in to post a comment.