home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format 4 (5.25")
/
PC Format - Issue 4 January 1992 - Disk 1.ima
/
PCF.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-08-29
|
368b
|
26 lines
echo off
cls
:start
cls
echo Welcome to the PC Format cover disk
echo Please press:
echo C - To run the Cisco Heat playable preview
echo X - To return to DOS
getkey cx
if errorlevel 2 goto quit
if errorlevel 1 goto cisco
:cisco
cisco
goto start
:quit
cls
echo thankyou for using the PCF Cover Disk.
cd..
pause