home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Explosion / Doom2Explosion.bin / doom2exp / programs / wsort100 / wadsort.bat < prev    next >
DOS Batch File  |  1994-08-08  |  228b  |  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.