home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Secret Service 38
/
SSERV_38_CD.bin
/
utils
/
patches
/
disc_up.arj
/
UPDATE.BAT
< prev
Wrap
DOS Batch File
|
1995-04-20
|
1KB
|
49 lines
@echo off
echo off
cls
echo Welcome to the Discworld 1.04 Update!
echo .
echo This process will upgrade your Discworld program to version 1.04
echo Version 1.04 features improved sound quality, and a host of other
echo bug fixes.
echo.
echo This version works on any released version of Discworld (these should
echo have timestamps of 3/20/95 or older).
echo .
echo WARNING: Version 1.04 of Discworld may NOT be compatible with your
echo current saved games.
if %1s == s GOTO Usage
if not exist %1\discwld.cd\dwb.exe goto Usage
if exist %1\discwld\bogus.gra goto Usage
pause
del %1\discwld.cd\drivers\isound.bat
del %1\discwld.cd\drivers\midpak.ad
del %1\discwld.cd\drivers\midpak.adv
del %1\discwld.cd\drivers\pmidpak.com
del %1\discwld.cd\drivers\soundrv.com
rd %1\discwld.cd\drivers
disc104 %1\discwld.cd -o
cls
echo Upgrade complete! When you're ready to reconfigure your sound card,
pause
%1
cd \discwld.cd
setsound
cls
GOTO Information
:Usage
echo From your floppy drive prompt (either A: or B:), type:
echo UPDATE C:
echo where C: is the drive where the DISCWLD.CD directory is.
GOTO END
:Information
echo To start Discworld, type DISC from within this directory.
echo .
echo If you have any further questions, our technical support representatives
echo stand ready to provide help. They can be reached at (617) 497-7794,
echo between the hours of 9 am and 5 pm, Eastern time.
:END