home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Come Get Some!
/
ComeGetSome.iso
/
confiles
/
pyro13
/
pyro13.bat
next >
Wrap
DOS Batch File
|
1996-05-23
|
304b
|
17 lines
@echo off
echo Saving Original GAME.CON file....
ren game.con gamecon.org
echo.
echo Switching it with mine...
ren pyro13.cn game.con
echo.
echo STARTING DUKE NUKEM 3D
duke3d.exe
echo Restoring your original GAME.CON file....
ren game.con pyro13.cn
ren gamecon.org game.con
echo Done!