home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
game
/
adve
/
010
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1991-11-11
|
807b
|
27 lines
echo off
echo ------------------------------------------------------------------------
echo Skyland's Star Installation - Use FINST to install to 5¼ inch disks.
echo ------------------------------------------------------------------------
if not "%1"=="" goto instl
echo Usage: install [drive]
echo ------------------------------------------------------------------------
echo If you are installing Skyland's Star to two low density 5¼ inch disks,
echo use the FINST program.
goto exit
:instl
echo Creating Skyland directory on drive %1...
md %1\skyland
echo Copying Skyland's Star to Drive %1. Please wait...
pkunzip sky1.zip %1\skyland
pkunzip sky2.zip %1\skyland
%1
cd %1\skyland
echo Installation complete... Type "Skyland" to start game.
:exit
echo on