home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 1: Collection A
/
17Bit_Collection_A.iso
/
files
/
795.dms
/
795.adf
/
ClickMeFirst.setup
< prev
next >
Wrap
Text File
|
1990-04-28
|
444b
|
20 lines
echo "Installing configuration file s:BattleForce.cfg ..."
if exists s:BattleForce.cfg
echo "Configuration file s:BattleForce.cfg already installed ..."
else
copy s/BattleForce.cfg s:
endif
echo "Installing Siesta font ..."
if exists fonts:Siesta.font
echo "Siesta font already installed ..."
else
copy fonts fonts:
endif
echo "Assigning BattleForce: to current directory ..."
assign BattleForce:
assign BattleForce: ""
echo "All Done."