home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / mia3ufo.zip / mia3.bat < prev    next >
DOS Batch File  |  1995-07-08  |  694b  |  17 lines

  1. cls
  2. @echo This batch file is designed to run MIA3UFO.WAD by
  3. @echo Rob Jones, M.D.  You should have already loaded
  4. @echo the sprites by running install.bat.  This .bat file
  5. @echo assumes that MIA3UFO is in your doom2 subdirectory.
  6. @echo You should edit this .bat file to reflect the "true
  7. @echo path" to your DOOM ][ IWAD and to MIA3UFO, if different
  8. @echo from below.  
  9. @echo Example: cd c:\games\doom2
  10. @echo         doom2 -file c:\games\doomwads\mia3ufo.wad
  11. @echo After you have ingested this data, please delete the
  12. @echo pleonastic verbiage above.    
  13. @echo                  Your humble servant
  14. @echo                             ---Dr. Archvile
  15. pause
  16. doom2 -file mia3ufo.wad
  17.