home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
educhers
/
pccai1
/
caiarc1.exe
/
MONITOR.CAI
< prev
next >
Wrap
Text File
|
1993-12-06
|
668b
|
23 lines
.rem
.rem -----------------PRESS CTRL-G (Go) TO RUN THIS PROGRAM---------
.rem
.rem The @MON command checks monitor support from 12 (VGA) down to 0,
.rem which is MONO. It branches to the FIRST, therefore the highest,
.rem monitor type in the search list.
@MON(*12:VGA,9:EGA,2:CGA,0:MONO)
@LABEL:VGA
This monitor supports VGA
@GOTO:END
@LABEL:EGA
This monitor supports EGA
@GOTO:END
@LABEL:CGA
This monitor supports CGA
@GOTO:END
@LABEL:MONO
This monitor is a monochrome monitor
@LABEL:END
.locate 24,1
.pause
.cls