PCPLUS.BAT ·
BAT ·
1 KB ·
1988-05-25 ·
from PCPlus_Issue-22_Jul-1988
echo off
cd intro
scrdisp title
scrdisp july1
:menu
cd ..\intro
scrdisp july2
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
quad
goto menu
:F2
scrdisp prep
if errorlevel 190 goto menu
if errorlevel 189 goto F5
if errorlevel 188 goto harddisk
if errorlevel 187 goto floppy
if errorlevel 28 goto menu
:harddisk
cls
md c:\advwrite
cd ..\
aw-arc c:\advwrite
cd intro
goto menu
:floppy
cls
cd ..\
aw-arc b:
cd intro
goto menu
:F3
cd ..\print
cls
letter
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