home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life 1995 June
/
Computer_Life_Magazine_June_1995_Companion_CD.iso
/
tycoon
/
install
/
install.bat
next >
Wrap
DOS Batch File
|
1994-10-10
|
220b
|
15 lines
echo off
cls
type tycoon.txt
pause > nul
md c:\tycoon
pkunzip -d tycoon.zip c:\tycoon
cls
echo.
echo.
echo Change to C:\TYCOON and enter the command SETUP to configure
echo and then TYCOON to play.
echo.