home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hacker Chronicles 2
/
HACKER2.BIN
/
254.GO.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-09-28
|
842b
|
29 lines
echo off
cls
checkit 369248
if errorlevel 6 goto runwith2
if errorlevel 5 goto quit
if errorlevel 4 goto runwith1
if errorlevel 3 goto inst
if errorlevel 2 goto quit
if errorlevel 1 goto quit
goto quit
:runwith2
cls
echo *******************************************************************
echo * Insert the DISCatalog Data Disk (#2) in drive B *
echo * Ensure that DISCatalog Program Disk (#1) is still in drive A *
echo *******************************************************************
Pause
:runwith1
cls
echo *******************************************************************
echo *Type DISC then press the ENTER key to run DISCatalog *
echo *******************************************************************
goto end
:inst
install
:quit
echo Stopping Start up ....
:end