home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm1wads / lost_lev / lost2.btm < prev    next >
Text File  |  1994-10-26  |  400b  |  20 lines

  1. @echo off
  2. REM Lost 2 beta 3
  3. REM Configuration Dependent Environment Variables
  4. REM Modify these to fit your setup
  5.  
  6. REM Directory where LOST2 files are stored:
  7. set lostpath=lost2\
  8.  
  9. REM Command used to run Doom:
  10. set doom_cmd=doom -file 
  11.  
  12. REM Here we go!
  13. REM Needn't modify this
  14. SELECT %doom_cmd% [%lostpath%lost_*.*]
  15.  
  16. echo ---Thanks for playing Lost
  17. echo --Hervé Benvel, 1994
  18. echo -
  19.  
  20.