"Jeff Black" <[EMAIL PROTECTED]> writes:
> Windows 2000 does have the %ProgramFiles% variable... patch
> attached
>
> I also fixed the unix line endings in opera.bat
Applied. Thank you!
---
This SF.Net email is sponsored by OSTG. Have you n
> Hello,
>
> the scripts tightvnc.bat and emacs.bat both use an absolute path to an
> executable in the "C:\Program Files" tree, however, this is named
> differently in localized versions of Windows. For WinXP it is better to
> replace "C:\Program Files\***" by: "%ProgramFiles%\***" (the quotes ar
Hello,
the scripts tightvnc.bat and emacs.bat both use an absolute path to an
executable in the "C:\Program Files" tree, however, this is named
differently in localized versions of Windows. For WinXP it is better to
replace "C:\Program Files\***" by: "%ProgramFiles%\***" (the quotes are
require