home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
BBSONLIN
/
2002V2B4.ZIP
/
2002V2B4.EXE
/
TWINSTAL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-01-11
|
598b
|
38 lines
rem Place this batch file and the accompanying self-extracting archives
rem in the directory you want to install Trade Wars 2002 v2
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 v2
md ANSI
cd ANSI
..\twsupp
cd ..
twpgm
erase twsupp.exe
erase 2002V2b3.exe
erase twpgm.exe
bigbang
extern
goto end
:upgrade
echo Now UPGRADING your Trade Wars 2002 to version 2 Beta 3
cd ANSI
..\twsupp -o
cd ..
twpgm -o
erase twsupp.exe
erase twpgm.exe
:end
echo on
type install.dir