PCPLUS.BAT ·
BAT ·
1 KB ·
1988-04-27 ·
from PCPlus_Issue-21_Jun-1988
echo off
cd intro
scrdisp title
scrdisp june1
:menu
cd ..\intro
scrdisp june2
if errorlevel 192 goto menu
if errorlevel 191 goto F5
if errorlevel 190 goto F4
if errorlevel 189 goto F3
if errorlevel 188 goto F2
if errorlevel 187 goto F1
if errorlevel 28 goto menu
:F1
cd ..\demo
cls
echo To exit the Charlie Chaplin demo, reset the machine
echo by pressing [Ctrl] [Alt] [Del]...
chaplin
:F2
cd ..\games
spy
goto menu
:F3
cd ..\print
cls
echo This is a list of the features PR is capable of, and a guide to
echo how to use it...
pause
cls
pr
echo.
pause
goto menu
:F4
cd ..\shorties
cls
echo You're in the SHORTIES sub-directory.
:list
echo.
echo This contains a number of smaller utilities, further details of
echo which are in the SuperDisk section of the magazine. Some have
echo documentation in .DOC files, use the MS-DOS command TYPE to
echo read these.
echo.
echo Here's the directory listing...
dir
goto end
:F5
cd ..\
cls
:end