home *** CD-ROM | disk | FTP | other *** search
- echo off
- if exist HUGO.EXE goto ok
- echo You need to run install first!
- goto exit
- :ok
- echo HUGO III, JUNGLE OF DOOM! Vendor demonstration utility.
- echo Copyright 1992, David P Gray, Gray Design Associates.
- echo Quit and Type "demo -s" to run the demo without sound.
- rem Demo can be quit by hitting ESC or CTRL-C during the game.
- rem If you need to prevent this you'll have to lock your computer keyboard!
- pause
- :loop
- hugo -d %1
- if not errorlevel 1 goto loop
- :exit
-