Posted by member 37809 on 2003-07-15 00:30:40 link
Supposing that most URIs don't have literal spaces, and you're a person who installs programs to C:\Program Files\, I can only guess at this point that you aren't quoting your evars... it should be
instead of
To be safe, you should quote any and all paths when you can...
SomeLabelOnLeftClick "$evarToSomeApp$"
instead of
SomeLabelOnLeftClick $evarToSomeApp$
To be safe, you should quote any and all paths when you can...