home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / doom_i / program / wsort100.exe / WADSORT.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-07-16  |  228 b   |  15 lines

  1. @echo off
  2.  
  3. :LOOP
  4. d:
  5. cd\wads
  6. wsort
  7. :
  8. : Wsort will exit with errorlevel 255 whenever a problem occurs or
  9. : when user presses 'ESC', 'ALT-X' or 'ALT-Q' in the main window.
  10. :
  11. if errorlevel 255 goto END
  12. goto LOOP
  13.  
  14. :END
  15.