home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
DSZTUTOR.ZIP
/
GO.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1988-12-03
|
233 b
|
16 lines
echo off
cls
:again
echo Press [1] for Color display or [2] for Mono display...
select
if errorlevel 3 goto again
if errorlevel 2 goto two
if errorlevel 1 goto one
goto again
:one
color.bat
goto end
:two
mono.bat
:end