PCPLUS.BAT  ·  BAT  ·  1.5 KB  ·  1988-10-10  ·  from PCPlus_Issue-27_Dec-1988
ECHO OFF
CLS
SCRDISP DEC1
SCRDISP DEC2

:MENU
SCRDISP DEC3
IF ERRORLEVEL 191 GOTO ENDQUIT
IF ERRORLEVEL 190 GOTO F4SHORTIES
IF ERRORLEVEL 189 GOTO F3GAME
IF ERRORLEVEL 188 GOTO F2MENU
IF ERRORLEVEL 187 GOTO F1DEMO
IF ERRORLEVEL  28 GOTO MENU

:F1DEMO
CD DEMO
AFT
GOTO RETURN

:F2MENU
CD MENU
CLS
ECHO The menu program is intended to run on your hard disk, it will not
ECHO run properly from a floppy disk. This batch file will create a new
ECHO directory, called MENU, on your hard disk and will copy all of the
ECHO necessary files into it. For full details of how to use the program
ECHO please refer to the SuperDisk pages in the magazine.
ECHO.
PAUSE
IF NOT EXIST C:\IO.SYS GOTO ABORT
MD C:\MENU
COPY *.* C:\MENU >NUL
ECHO.
ECHO Operation successful.
PAUSE
GOTO RETURN

:ABORT
ECHO Cannot find your hard disk - Operation has been aborted.....
PAUSE
GOTO RETURN

:F3GAME
CLS
CD GAME
3D
GOTO RETURN

:F4SHORTIES
CD SHORTIES
CLS
ECHO You're in the SHORTIES sub-directory. This contains all the small
ECHO utilities - full details are contained in the magazine. Some of
ECHO these programs come complete with document files which you can
ECHO read by using TYPE (FILENAME).DOC - if you want a hard copy you
ECHO should use COPY (FILENAME).DOC PRN once you have ensured your
ECHO printer is switched on and connected.
ECHO.
ECHO Here is the directory listing...
ECHO.
DIR
ECHO.
PAUSE
GOTO ENDQUIT

:RETURN
ECHO OFF
CLS
CD\
GOTO MENU

:ENDQUIT
CD..
CLS
ECHO Have a nice December............