home *** CD-ROM | disk | FTP | other *** search
- 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."
-