home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
DOOR
/
2002V305.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1997-11-09
|
605b
|
39 lines
rem Place this batch file and the accompanying self-extracting archives
rem in the directory you want to install Trade Wars 2002 v3
rem Run this batch file to setup a new game
echo off
if exist EXTERN.EXE goto upgrade
echo Now INSTALLING your Trade Wars 2002 v3
md ANSI
cd ANSI
..\twsupp
cd ..
twpgm
erase twsupp.exe
erase 2002V305.zip
erase twpgm.exe
bigbang
extern
goto end
:upgrade
echo Now UPGRADING your Trade Wars 2002 to version 3.05
cd ANSI
..\twsupp -o
cd ..
twpgm -o
erase twsupp.exe
erase twpgm.exe
:end
echo on
call demo
type install.dir