home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Killer
/
Game_Killer.bin
/
091.INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-08-12
|
674b
|
19 lines
echo off
echo To install Wing Commander ][ Demo, type from your floppy drive:
echo install C:
echo (of install D: or any other drive letter)
echo If you just typed install, ctrl-c now and reinstall.
echo Just on a side note, in order to get the most out of this demo, you
echo should have 1 meg of expanded memory set up. Also, a 386 is highly
echo recommended.
pause
md %1\wing2
copy wing2.exe %1\wing2
md %1\wing2\gamedat
pkunzip wc2demo.001 %1\wing2\gamedat
pause Please Insert Disk 2 of Wing Commander ][ Demo. Hit a key to continue.
pkunzip wc2demo.002 %1\wing2\gamedat
%1
cd \wing2
echo Installation complete. Type WING2 to begin demo.