home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
VDUKE
/
DUKERAGE.ZIP
/
RESTORE.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-08-28
|
413b
|
18 lines
@echo off
echo This will restore all cons to normal. To termanate the batch job,
echo press <ctrl> - <c>.
pause
c:
cd duke3d
if errorlevel 0 goto bad
rename user.old user.con
rename game.old game.con
echo All cons Back to Normal!!!
goto end
:bad
echo I am sorry but the cons have not been restored. If your duke is in
echo another directory, Please change this bat accordingly.
goto end
:end