home *** CD-ROM | disk | FTP | other *** search
/ Quaaake Level & Editor 2 / Quaaake_2.iso / Quake / id1 / maps / dabug2 / ar.bat next >
Encoding:
DOS Batch File  |  1996-10-16  |  231 b   |  16 lines

  1. @echo off
  2. c:
  3. cd\
  4. cd quake
  5. quake +map dabug2
  6. cls
  7. echo.
  8. echo.
  9. choice /c:NJ /n SOLLEN DIE LEVEL VON DER FESTPLATTE GELOESCHT WERDEN (J,N)
  10. if not errorlevel 2 goto beenden
  11. echo.
  12. echo.
  13. cd id1
  14. cd maps
  15. del dabug2.*
  16. :beenden