home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Owl 25
/
nopv25.iso
/
019A
/
DRTYHARY.ZIP
/
OLD_DOOM.BAT
< prev
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
|
1995-10-24
|
154 b
|
12 lines
@echo off
cls
if not exist doom.old goto ouch
del doom.exe
copy doom.old doom.exe
goto end
:ouch
echo restore failed; DOOM.OLD missing.
:end