home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-385-Vol-1of3.iso
/
r
/
rexneb.zip
/
REX.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-06-27
|
2KB
|
75 lines
@echo off
rem
rem REX NEBULAR -- demo disk driver batch file
rem
rem by Brian Reynolds 14-Jun-92
rem
set mads=
call setsnd.bat
:loopdemo
cls
echo ***************************************************
echo * REX NEBULAR and the Cosmic Gender Bender *
echo * Copyright (c) 1992 by MicroProse Software, Inc. *
echo ***************************************************
echo * "REX" Runs full demo once *
echo * "REX GAME" Runs game demo only *
echo * "REX LOOP" Loop opening demo (no ESC key) *
echo ***************************************************
echo Loading REX NEBULAR demonstration...
if "%1" == "loop" goto noesc
if "%1" == "LOOP" goto noesc
echo (Press ESC key at any time to exit).
:noesc
pauses
if errorlevel 1 goto nomem
animview %mpslabs% @labslogo.res
if "%1" == "game" goto game
if "%1" == "GAME" goto game
if "%1" == "LOOP" goto next
if "%1" == "loop" goto next
if errorlevel 1 goto done
:next
echo Loading REX NEBULAR opening demo...
animview %mpslabs% @demodisk.res
if "%1" == "LOOP" goto loopdemo
if "%1" == "loop" goto loopdemo
if errorlevel 1 goto done
:game
echo Loading REX NEBULAR game demo...
nebular -p -k %mpslabs%
:done
cls
echo REX NEBULAR and the Cosmic Gender Bender
echo Coming in Fall 1992 to a software
echo store near you! -- Look out!
goto stop
:nomem
cls
echo You do not have enough free memory to run the REX NEBULAR
echo demo. You must have at least 575,000 bytes of free memory
echo (as shown by the CHKDSK or MEM command) in order to view
echo the demo. Usually, easiest way to free up memory is to
echo remove "TSR" programs from your AUTOEXEC.BAT file. We are
echo very sorry for the inconvenience.
:stop
set mpslabs=