home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist id1.pak goto pak
- if exist maps\test1.bsp goto dir
- :error
- echo Can't find the file id1.pak, or maps\test1.bsp. Run this from your quake
- echo directory.
- goto end
- :pak
- upthing id1.pak@maps/test1.bsp mustard.thg maps\mustard.bsp
- echo Type map mustard to play this level
- goto end
- :dir
- upthing maps\test1.bsp mustard.thg maps\mustard.bsp
- echo Type map mustard to play this level
- goto end
- :end
-
-