This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Minor glitch in startxwin.bat


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]