home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The SelectWare System Volume 2 #3
/
The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso
/
mic20070
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1990-05-03
|
1KB
|
42 lines
echo off
cls
break off
if exist w3show.exe goto :doit
echo File Not Found
echo Please make sure that the default drive and/or
echo subdirectory are set correctly.
goto :end
:doit
W3SHOW W3
if not errorlevel 255 goto chk254
echo Sorry, this demo requires at least 256K of memory.
goto :end
:chk254
if not errorlevel 254 goto chk253
echo Sorry, when using a VGA card this demo requires your VGA monitor to
echo be the primary monitor.
goto :end
:chk253
if not errorlevel 253 goto chk252
echo Sorry, you have a VGA card, but no VGA monitor is attached to your system
goto :end
:chk252
if not errorlevel 252 goto chk251
echo Sorry, this demo requires EGA or VGA graphics capabilities.
goto :end
:chk251
if not errorlevel 251 goto chk250
echo Sorry, your EGA card has insufficient memory.
echo 256K of memory on the EGA card is required to run this demo.
goto :end
:chk250
if not errorlevel 250 goto allok
echo Sorry, your EGA monitor needs to be the primary monitor to run this demo.
goto :end
:allok
echo Thank you for watching our Microsoft Windows Demo
echo If you would like to see it again, type:
echo DEMO
echo and press the enter key.
:end