home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hurricane
/
HURRICANE.ISO
/
demos
/
hball_4
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-09-28
|
537b
|
18 lines
@echo off
cls
echo *****************************************
echo This will install the HARDBALL 4 demo
echo to the current directory. If you want to
echo abort this operation, press CTRL-C now.
echo *****************************************
pause
pkunzip demo.zip
del demo.zip
echo .
echo **********************************
echo To start the demo, type HB4DEMO.
echo If you have problems, type HELP.
echo Bear in mind, this demo is without
echo music or mouse support. Enjoy!
echo **********************************