home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 1
/
1994-12_-_Disc_1.iso
/
patches
/
globhi.exe
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-06-21
|
1KB
|
56 lines
@echo off
cls
echo.
echo.
if not exist %1\nul goto not_there
if "%1"=="" goto no_dir
echo GLOBAL DOMINATION VERSION 1.01 UPDATE
echo copyright Impressions 1994
echo.
echo.
echo To cancel the update of your copy of GLOBAL DOMINATION to version 1.01
echo.
echo Press [CTRL] C to stop or
echo.
PAUSE
echo Copying patch files to your hard drive...
echo.
echo Adding New Files...
echo.
DEL %1\TEXTGLOB.ENG
lha.exe e /m1 globhit.lzh %1\
type %1\modem.txt | more
goto end
:not_there
echo That directory doesn't exist. Did you remember to include the drive letter of
echo your hard drive (usually C)? Full instructions follow.
echo.
:no_dir
echo To update your copy of Global Domination, please do the following:
echo.
echo 1 Make sure you are at the floppy drive containing this patch disk by typing
echo A: {ENTER} or B: {ENTER}
echo.
echo.
echo 2 Type INSTALL {PATHNAME} {ENTER} where {PATHNAME} means the full pathname of
echo the directory on your hard drive into which you install Global Domination So,
echo if you chose the default directory on your C drive, you now need to type:
echo.
echo INSTALL C:\GLOBAL {ENTER}
goto end
:end
echo.