home *** CD-ROM | disk | FTP | other *** search
- echo off
- cd intro
- scrdisp title
- scrdisp apr1
- :menu
- cd ..\intro
- scrdisp apr2
- if errorlevel 193 goto menu
- if errorlevel 192 goto F6
- 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 ..\mixc
- echo off
- cls
- echo This is the second part of the MIX C programming environment. It
- echo consists of the MIX C editor and the trace debugger in the
- echo following files...
- echo.
- dir
- echo.
- pause
- cls
- echo Before you try to use the programs, you should copy them from the
- echo SuperDisk onto another floppy or a sub-directory of your hard disk.
- echo To do this, leave the PC PLUS menu and return to the A prompt,
- echo and then copy the entire contents of the MIXC sub-directory to
- echo floppy or hard disk. Once copied, you can run the editor by moving
- echo to the floppy disk or sub-directory and typing EDIT. The trace/
- echo debugger can be run by typing CTR, followed by the filename of the
- echo C object file you are trying to debug. See the April issue of
- echo PC PLUS for more details.
- echo.
- echo To return to the PC PLUS menu
- pause
- echo.
- goto menu
- :F2
- cd ..\utils
- cls
- echo This is a pop-up printer setup utility for Epson and IBM printers.
- echo You can install it for your own printer using the PKINST program,
- echo also supplied. Both programs, and documentation are in the UTILS
- echo sub-directory.
- echo.
- echo To pop PKICK onto the screen
- pause
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo Press [Esc] to remove PKICK
- echo and return to the PC PLUS menu
- PKICK
- goto menu
- :F3
- cd ..\games
- CRIB6
- goto menu
- :F4
- cd ..\games
- JASON
- goto menu
- :F5
- cd ..\shorties
- cls
- echo Shorties are small but useful utilities, further details of
- echo which are in the SuperDisk section of the magazine. Some have
- echo documentation in .DOC files, which you can read using the MS-DOS
- echo TYPE command.
- echo NOTE: The program REVERSE is an April Fool which reverses
- echo the text on your screen. It won't do any harm to your PC, and
- echo can be removed from your machine by pressing [Ctrl][Alt][Del]
- echo or turning your machine off and then on again.
- echo.
- echo This is the contents of the SHORTIES sub-directory...
- dir
- echo.
- echo To return to the PC PLUS menu
- pause
- goto menu
- :F6
- cd ..\
- cls
- :end
-
-
-