home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- PATH A:\; A:\INTRO
- CD INTRO
- SCRDISP SEPT
- SCRDISP SEPT1
- :MENU
- CD ..\INTRO
- CLS
- SCRDISP SEPT2
- IF ERRORLEVEL 192 GOTO ENDQUIT
- IF ERRORLEVEL 190 GOTO F4SHORTIES
- IF ERRORLEVEL 189 GOTO F3GAMES
- IF ERRORLEVEL 188 GOTO F2DAYPLAN
- IF ERRORLEVEL 187 GOTO F1DEMO
- IF ERRORLEVEL 28 GOTO MENU
- :F1DEMO
- CD ..\DEMO
- SCRDISP SEPT3
- IF ERRORLEVEL 190 GOTO MENU
- IF ERRORLEVEL 189 GOTO ENDQUIT
- IF ERRORLEVEL 188 GOTO HARD
- IF ERRORLEVEL 187 GOTO FLOPPY
- IF ERRORLEVEL 28 GOTO MENU
- :HARD
- C:
- CD\
- MD EASY
- A:
- CLS
- EASYAS C:\EASY
- GOTO MESSAGE
- :FLOPPY
- CLS
- EASYAS B:\
- GOTO MESSAGE
- :MESSAGE
- CLS
- ECHO.
- ECHO As-Easy-As has now been unpacked to the drive you have specified.
- ECHO Please refer to the SuperDisk pages for details of how to use it.
- ECHO.
- PAUSE
- GOTO MENU
- :F2DAYPLAN
- CD ..\DAYPLAN
- CLS
- ECHO.
- ECHO.
- ECHO Unfortunately you cannot install Dayplan from withint the PCPLUS batch file.
- ECHO Please refer to the SuperDisk pages for details of how to install the program.
- ECHO.
- PAUSE
- GOTO MENU
- :F3GAMES
- CD ..\GAMES
- CLS
- GALACTIX
- PAUSE
- GOTO MENU
- :F4SHORTIES
- CD ..\SHORTIES
- CLS
- ECHO You're in the SHORTIES sub-directory.
- 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
- ECHO.
- ECHO.
- PAUSE
- GOTO ENDQUIT
- :ENDQUIT
- CD..
- CLS
- ECHO Have a nice September..........