home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Time Riders in American History
/
TR_AMAZ.BIN
/
demome.bat
< prev
next >
Wrap
DOS Batch File
|
1994-09-19
|
7KB
|
338 lines
@echo off
REM
REM --------------- Procedures in this file ----------------
REM
REM :TOP Marks the top of the batch file
REM :READ Menu for readme files
REM :YUKON Launches Yukon Trail demo
REM :OREGII Launches Oregon Trail II demo
REM :TROG Launches Troggle Trouble Math demo
REM :MUSEUM Launches Museum Madness demo
REM :OTVGA Launches Oregon Trail VGA demo
REM :ODELL Launches Odell Down Under demo
REM :SBW Launches Storybook Weaver demo
REM :MOS Launches My Own Stories demo
REM :OTWIN Launches Oregon Trail for Windows demo
REM :AMAZON Launches Amazon Trail demo
REM :SHOW Prints readme files to screen and printer
REM :MENU Returns execution to the top of batch file (goes to :TOP)
REM :QUIT Clears screen and exits batch file
REM
GOTO %1
:TOP
cls
@echo.
@echo.
@echo.
@echo.
cls
IF EXIST D:\DOSDEMO\AMAZOND\PRODUCT.PF D:
IF EXIST E:\DOSDEMO\AMAZOND\PRODUCT.PF E:
IF EXIST F:\DOSDEMO\AMAZOND\PRODUCT.PF F:
IF EXIST G:\DOSDEMO\AMAZOND\PRODUCT.PF G:
IF EXIST C:\DOSDEMO\AMAZOND\PRODUCT.PF C:
@echo.
@echo.
@echo.
@echo.
@echo.
@echo MECC Product Demo Menu
@echo.
@echo A) The Amazon Trail F) Odell Down Under for Windows
@echo B) Museum Madness G) The Oregon Trail for Windows
@echo C) My Own Stories H) The Oregon Trail II for Windows
@echo D) The Oregon Trail VGA I) Troggle Trouble Math for Windows
@echo E) Storybook Weaver J) The Yukon Trail for Windows
@echo.
@echo. V) View readme files for individual products
@echo.
@echo X) Exit to DOS
@echo.
@echo.
@echo.
ask Please select a program:
if errorlevel 88 goto quit
if errorlevel 87 goto top
if errorlevel 86 goto read
if errorlevel 75 goto top
IF ERRORLEVEL 74 GOTO YUKON
IF ERRORLEVEL 73 GOTO TROG
IF ERRORLEVEL 72 GOTO OREGII
IF ERRORLEVEL 71 GOTO OTWIN
IF ERRORLEVEL 70 GOTO ODELL
IF ERRORLEVEL 69 GOTO SBW
IF ERRORLEVEL 68 GOTO OTVGA
IF ERRORLEVEL 67 GOTO MOS
IF ERRORLEVEL 66 GOTO MUSEUM
IF ERRORLEVEL 65 GOTO AMAZON
goto top
:READ
cls
@echo.
@echo.
@echo.
@echo.
@echo.
@echo MECC Product Demo Readme Files
@echo.
@echo A) The Amazon Trail F) Odell Down Under for Windows
@echo B) Museum Madness G) The Oregon Trail for Windows
@echo C) My Own Stories H) The Oregon Trail II for Windows
@echo D) The Oregon Trail VGA I) Troggle Trouble Math for Windows
@echo E) Storybook Weaver J) The Yukon Trail for Windows
@echo.
@echo. R) Return to product menu
@echo.
@echo X) Exit to DOS
@echo.
@echo.
@echo.
ask Please select a file to view:
if errorlevel 89 goto read
if errorlevel 88 goto quit
if errorlevel 83 goto read
if errorlevel 82 goto menu
if errorlevel 75 goto read
IF ERRORLEVEL 74 prt YUKON
IF ERRORLEVEL 73 prt OTHERNEW
IF ERRORLEVEL 72 prt OREGONII
IF ERRORLEVEL 71 prt OREGON
IF ERRORLEVEL 70 prt OTHERNEW
IF ERRORLEVEL 69 prt WRITING
IF ERRORLEVEL 68 prt OREGON
IF ERRORLEVEL 67 prt WRITING
IF ERRORLEVEL 66 prt OTHERNEW
IF ERRORLEVEL 65 prt AMAZON
goto read
:YUKON
cls
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo To return to the MECC Product Demo Menu, you must exit Windows
@echo after the demonstration program has finished.
@echo.
@echo.
pause
cls
cd\windemo\YUKOND
win yukon.EXE
cd\
GOTO MENU
:OREGII
cls
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo To return to the MECC Product Demo Menu, you must exit Windows
@echo after the demonstration program has finished.
@echo.
@echo.
pause
cls
cd\windemo\OTIID
win OTIIdemo.EXE
cd\
GOTO MENU
:TROG
cls
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo To return to the MECC Product Demo Menu, you must exit Windows
@echo after the demonstration program has finished.
@echo.
@echo.
pause
cls
cd\windemo\troggled
win troggle.EXE
cd\
GOTO MENU
:MUSEUM
cd\dosdemo\museumd
museum.com
cd\
GOTO MENU
:OTVGA
cls
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo This demonstration program requires that a DOS mouse driver be loaded.
@echo If it fails to run it did not detect a mouse driver.
@echo.
@echo.
pause
cls
cd\dosdemo\OTdosd
Oregon.EXE
cd\
GOTO MENU
:ODELL
cls
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo To return to the MECC Product Demo Menu, you must exit Windows
@echo after the demonstration program has finished.
@echo.
@echo.
pause
cls
cd\WINDEMO\ODELLD
win odell.EXE
cd\
goto MENU
:SBW
cls
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo This demonstration program requires that your hard drive be drive C.
@echo If it fails to run it did not recognize your hard drive as C:.
@echo.
@echo.
pause
cls
cd\DOSDEMO\SBWD
SBW.EXE
cd\
GOTO MENU
:MOS
cls
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo This demonstration program requires that your hard drive be drive C.
@echo It also requires that a DOS mouse driver be loaded. If it fails to
@echo run, it did not recognize your hard drive as C: or it did not
@echo detect a mouse driver.
@echo.
@echo.
pause
cls
cd\DOSDEMO\STORIESD
Stories.EXE
cd\
GOTO MENU
:OTWIN
cls
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo To return to the MECC Product Demo Menu, you must exit Windows
@echo after the demonstration program has finished.
@echo.
@echo.
pause
cls
cd\WINDEMO\oregonD
win oregon.EXE
cd\
goto MENU
:AMAZON
cls
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo.
@echo This demonstration program requires that your hard drive be drive C.
@echo If it fails to run it did not recognize your hard drive as C:.
@echo.
@echo.
pause
cls
cd\DOSDEMO\amazonD
amazon.EXE c:
cd\
DEL C:\AMAZON.CFG
GOTO MENU
:MENU
GOTO TOP
:QUIT
cls