home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / sw_level / mustard / mustard.bat next >
Encoding:
DOS Batch File  |  1996-05-26  |  425 b   |  18 lines

  1. @echo off
  2. if exist id1.pak goto pak
  3. if exist maps\test1.bsp goto dir
  4. :error
  5. echo Can't find the file id1.pak, or maps\test1.bsp.  Run this from your quake
  6. echo directory.
  7. goto end
  8. :pak
  9. upthing id1.pak@maps/test1.bsp mustard.thg maps\mustard.bsp
  10. echo Type map mustard to play this level
  11. goto end
  12. :dir
  13. upthing maps\test1.bsp mustard.thg maps\mustard.bsp
  14. echo Type map mustard to play this level
  15. goto end
  16. :end
  17.  
  18.