home *** CD-ROM | disk | FTP | other *** search
/ PC Loisirs 18 / cd.iso / heroes / run.bat < prev   
Encoding:
DOS Batch File  |  1994-12-30  |  114 b   |  14 lines

  1. @echo off
  2.  
  3. set DOS4G=quiet
  4.  
  5. :loop
  6.  
  7. kb demo.map > out
  8.  
  9. if errorlevel 100 goto exit
  10.  
  11. goto loop
  12.  
  13. :exit
  14.