Posted by member 45783 on 2003-07-15 04:30:47 link

What I am seeing here is that some people here type the dirs like "$programdir$\games\game1\start.exe". I don't know how relevant this is, but I recall that you shouldn't put a backslash immediately after an evar. At least if the evar is LS-created and includes the slash itself (most do).

If I remember right, the above would resolve into something like "c:\Program Files\\sumthin"(?), which shouldn't work at all, and the correct would be "$ProgramDir$games\game1\start.exe".