home *** CD-ROM | disk | FTP | other *** search
/ 1,001 Nights of Doom / 1001NightsOfDoom1995wickedSensations.iso / wads-j-l / lbdemoh.zip / LBDEMO4.BAT < prev    next >
DOS Batch File  |  1994-05-20  |  586b  |  29 lines

  1. @echo off
  2. if NOT exist home.wad goto :problem
  3.  
  4. doom -file lbsnd.wad home.wad t2.wad
  5. cls
  6. echo Pretty Kool Huh ?
  7. echo Call our BBS to order 1-604-428-9507
  8. echo              or voice 1-604-428-9007
  9. echo              _______________________
  10. echo -
  11. more < lb_order.txt
  12. pause
  13. echo -
  14. echo type "PRINT LB_ORDER.TXT<enter><enter>" to print the order form 
  15. echo for the New Levels.
  16. echo -
  17. echo type "PRINT RG_ORDER.TXT<enter><enter>" to print the order form 
  18. echo for the Level Editor.
  19.  
  20.  
  21. goto end
  22.  
  23. :problem
  24. echo You must first run LBINST to install this level
  25.  
  26. :end
  27.  
  28.  
  29.