PCPLUS.BAT  ·  BAT  ·  2.9 KB  ·  1990-07-18  ·  from PCPlus_Issue-48_Sept-1990-FluxEngine
echo off
cls
prompt $
UNSNAP BLOCKS.CMP /N1
UNSNAP BLOCKS.CMP /N2
UNSNAP BLOCKS.CMP /N3
UNSNAP BLOCKS.CMP /N4
UNSNAP BLOCKS.CMP /N5
UNSNAP BLOCKS.CMP /N6
UNSNAP BLOCKS.CMP /N7
UNSNAP BLOCKS.CMP /N12 /R15 /C47
UNSNAP BLOCKS.CMP /N15
UNSNAP BLOCKS.CMP /N11 /R15 /C47
UNSNAP BLOCKS.CMP /N10 /R15 /C47
UNSNAP BLOCKS.CMP /N9 /R15 /C47
UNSNAP BLOCKS.CMP /N8 /R15 /C47
UNSNAP BLOCKS.CMP /N9 /R15 /C47
UNSNAP BLOCKS.CMP /N10 /R15 /C47
UNSNAP BLOCKS.CMP /N11 /R15 /C47
UNSNAP BLOCKS.CMP /N12 /R15 /C47
UNSNAP BLOCKS.CMP /N13
GET
:menu
UNSNAP BLOCKS.CMP /N14
GET
if errorlevel 65 goto menu
if errorlevel 64 goto f6
if errorlevel 63 goto f5
if errorlevel 62 goto f4
if errorlevel 61 goto f3
if errorlevel 60 goto f2
if errorlevel 59 goto f1
if errorlevel  6 goto 5
if errorlevel  5 goto 4
if errorlevel  4 goto 3
if errorlevel  3 goto 2
if errorlevel  2 goto 1
if errorlevel  1 goto menu
:1
PBS-VIEW \VPP\VPP.DOC
goto menu
:2
PBS-VIEW \GAMES\JASON2.DOC
PBS-VIEW \GAMES\JASONED.DOC
goto menu
:3
PBS-VIEW \MUSIC\TUNES.DOC
goto menu
:4
PBS-VIEW \FONTS\FONTS.DOC
goto menu 
:5
PBS-VIEW \SHORTIES\MENUCOMP.DOC
goto menu
:f1
cls
echo The VP Planner Personal files are supplied compressed into an archive.
echo You can extract and copy them from here to a floppy disk in drive B: or
echo a new sub-directory, VPP, which will be created automatically on your
echo hard disk.
echo If you want to extract to a floppy disk, you'll first need to format a 
echo fresh disk for the B: drive. Return to MS-DOS, prepare the disk and reload
echo to this point.
echo.
echo Press [F1] to extract the utilities to a floppy in drive B:
echo.
echo Press [F2] to extract the utilities to the VPP directory of drive C:
echo.
echo Press [Esc] to return to the DOS menu without extracting from the archive
GET
if errorlevel 60 goto extractc
if errorlevel 59 goto extractb
if not errorlevel 2 goto menu
:extractb
cls
cd VPP
VPP B:
goto check
:extractc
cls
cd VPP
C:
cd \
md VPP
A:
VPP C:\VPP
:check
echo.
echo Assuming no errors have been reported, the necessary VP Planner files have
echo been transferred to your selected drive. Move to that directory and type VP
echo to run the program. Refer to PC PLUS for further details.
echo                  Press any key to return to the SuperDisk menu.
cd ..\
GET
goto menu
:f2
CD GAMES
JASON2
cls
echo Copy all the JJ2 files to another disk before running the screen editor.
echo There's no room on this disk to save data and error messages will be displayed.
CD ..\
GET 5
goto menu
:f3
CD MUSIC
TUNES
CD ..\
goto menu
:f4
cls
echo You need to install these fonts into Windows before you can use them.
echo Full instructions are provided - press [4] from the menu to view them.
GET 5
goto menu
:f5
cls
echo Running a short demonstration of the MENUCOMP menu compiler...
GET 3
cls
CD SHORTIES
MENU
CD ..\
goto menu
:f6
PROMPT $p$g
cls