PCF.BAT  ·  BAT  ·  367 B  ·  1991-11-20  ·  from PCFormat_Issue-04_Jan-1992_Disk-1
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