PCPLUS.BAT ·
BAT ·
4.6 KB ·
1990-03-16 ·
from PCPlus_Issue-44_May-1990_FluxEngine-360Kb
echo off
cd intro
SHOWCSF TITLE
SHOWCSF MAY1
:menu
cd ..\intro
SHOWCSF MAY2
if errorlevel 196 goto menu
if errorlevel 195 goto f9
if errorlevel 194 goto f8
if errorlevel 193 goto f7
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 56 goto 8
if errorlevel 55 goto 7
if errorlevel 54 goto 6
if errorlevel 53 goto 5
if errorlevel 52 goto 4
if errorlevel 51 goto 3
if errorlevel 50 goto 2
if errorlevel 49 goto 1
if errorlevel 1 goto menu
:1
PBS-VIEW ..\UTILS\LONDON.DOC
goto menu
:2
PBS-VIEW ..\UTILS\CAT.DOC
goto menu
:3
PBS-VIEW ..\UTILS\ENVELOPE.DOC
goto menu
:4
cls
echo Sorry, LCalc has no separate documentation.
echo.
echo Press [Return] to go back to the SuperDisk menu
pause > nul
goto menu
:5
PBS-VIEW ..\GAMES\REBOUND\REBOUND.DOC
goto menu
:6
cls
echo Sorry, Searcher has no separate documentation.
echo.
echo Press [Return] to go back to the SuperDisk menu
pause > nul
goto menu
:7
PBS-VIEW ..\FONTS\FONTS.DOC
goto menu
:8
PBS-VIEW ..\SHORTIES\ALERT.DOC
PBS-VIEW ..\SHORTIES\RUNCHECK.DOC
goto menu
:f1
CD ..\UTILS
cls
echo Once London has run, press [Esc] to remove it from the screen and return
echo to the SuperDisk menu.
echo.
echo Press [Return] to continue
pause > nul
LONDON
goto menu
:f2
CD ..\UTILS
cls
echo When using Cat, press [Esc] and [Y] to exit and return to the SuperDisk menu.
echo.
echo Press [Return] to continue
pause > nul
CAT
goto menu
:f3
CD ..\UTILS
cls
echo Envelope requires an Epson compatible dot-matrix printer to work. Select
echo quit from the main menu and answer [N] to exit and return to the SuperDisk
echo menu.
echo.
echo Press [Return] to continue
pause > nul
ENVELOPE
CD UTILS
goto menu
:f4
CD ..\UTILS
cls
echo When using LCalc, press [Q] to exit and return to the SuperDisk menu.
echo.
echo Press [Return] to continue
pause > nul
LCALC
goto menu
:f5
CD ..\GAMES\REBOUND
cls
echo When playing Rebound, use [F1] to fire and the up and down arrow keys to
echo move your blaster. Answer [N] to exit at the end of any game and return
echo to the SuperDisk menu.
echo.
echo Press [Return] to continue
pause > nul
REBOUND
CD ..
goto menu
:f6
CD ..\GAMES
cls
echo When using Searcher, press [Q] from the main menu to exit and return to
echo the SuperDisk menu.
echo.
echo Press [Return] to continue
pause > nul
SEARCHER
goto menu
:f7
cls
echo You can't run the Windows font on its own; it has to be installed in a
echo copy of Windows, first. Instructions are given in the FONTS.DOC file,
echo which you can read by pressing [7] from the SuperDisk menu.
echo.
echo Press [Return] to go back to the menu
pause > nul
goto menu
:f8
CD ..\SHORTIES
cls
echo You're in the SHORTIES sub-directory.
echo.
echo This contains a number of smaller utilities, further details of which are
echo in the SuperDisk section of PC PLUS. Some may have documentation in .DOC
echo files, which you can read using the MS-DOS TYPE command.
echo.
echo Here's the directory listing...
DIR
echo.
echo Press [Return] to continue
pause > nul
cls
echo Here are brief details of what they do - see PCPLUS for more:
echo.
echo RUNCHECK - This little routine checks whether it has been run today. It's
echo useful when you reboot your PC and don't want to rerun your
echo 'once a day' activities, such as downloading fonts to your
echo printer, or sorting your files.
echo.
echo ALERT - Alert is intended for users with hearing problems, who can't
echo hear the warning and attention beeps given out by some
echo application programs. This program flashes a ***BEEP*** message
echo each time the speaker sounds. It may not work on fast PCs.
echo.
echo Press [Return] to continue
pause > nul
cls
ALERT
echo.
echo Alert is now installed. You'll need to make your PC beep somehow to test it
echo out.
echo.
echo Press [Return] to continue
pause > nul
cls
echo Please make sure the SuperDisk is not write-protected, as RunCheck updates
echo the LASTBOOT.DAT file on the disk each time it's run.
echo.
echo Press [Return] to run RunCheck
pause > nul
RUNCHECK
if errorlevel 2 goto yes
echo.
echo RunCheck hasn't been run previously today. Select [F8] from the SuperDisk
echo menu again, and RunCheck will return a different answer.
goto proceed
:yes
echo.
echo RunCheck has been run previously today.
:proceed
echo.
echo Press [Return] to continue
pause > nul
goto menu
:f9
cd \
cls