Minor glitch in startxwin.bat

Chris Carlson cwcarlson@home.com
Sat Aug 11 09:02:00 GMT 2001


I just downloaded the new startup scripts and ran into a minor glitch.
It didn't cause any real problems except a "syntax error" when running
startxwin.bat.

It's the line "if %OS% == Windows_NT...".  Since the environment
variable OS is not defined on my Windows 98 system, it generates a
syntax error.  But, if the line is changed as so:

if "%OS%" == "Windows_NT" goto USE-B-SWITCH

Then it works fine.

Just thought someone would like to know.

--

        Chris                   http://members.home.net/cwcarlson





More information about the Cygwin-xfree mailing list