home *** CD-ROM | disk | FTP | other *** search
/ D!Zone (Collector's Edition) / D_ZONE_CD.ISO / docs / dmansi / dmansi.bat next >
DOS Batch File  |  1994-12-06  |  258b  |  18 lines

  1. @echo off
  2. if "%1"=="" dmansi 01 02 03 04 05 06 07 08 09
  3. cls
  4. mode con:lines=50
  5.  
  6. :DOOM
  7. type doom%1.ans
  8. echo Press any key to continue...
  9. pause > nul
  10. cls
  11. shift
  12. if not "%1"=="" goto DOOM
  13.  
  14. mode con:lines=25
  15. echo 
  16. cls
  17. :END
  18.