home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Quaaake Level & Editor 2
/
Quaaake_2.iso
/
Quake
/
id1
/
maps
/
dabug2
/
ar.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-10-16
|
231 b
|
16 lines
@echo off
c:
cd\
cd quake
quake +map dabug2
cls
echo.
echo.
choice /c:NJ /n SOLLEN DIE LEVEL VON DER FESTPLATTE GELOESCHT WERDEN (J,N)
if not errorlevel 2 goto beenden
echo.
echo.
cd id1
cd maps
del dabug2.*
:beenden