home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection Encyclopedia of Computer Games
/
GAME_ENCYCLOPAEDIA_VOLUME_1.iso
/
doomrus
/
use1_94.bat
< prev
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
|
1993-12-14
|
218 b
|
10 lines
@echo Converting DOOM.EXE to use DOS-Extender v1.94
@echo off
if exist doom1_95.exe goto noway
ren doom.exe doom1_95.exe
copy u1_94.exe doom.exe
goto end
:noway
@echo You've already updated DOOM to 1.94!
:end