Mercurial > hg > Members > kono > nitros9-code
changeset 794:02f3418656ca
install script
author | boisy |
---|---|
date | Sun, 12 Jan 2003 17:18:33 +0000 |
parents | 077568b63ef9 |
children | 7d5919f5610b |
files | 3rdparty/packages/subsim/install2dd |
diffstat | 1 files changed, 36 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/packages/subsim/install2dd Sun Jan 12 17:18:33 2003 +0000 @@ -0,0 +1,36 @@ +-x +t +**************************************************** +* Sub Battle Simulator Install Script for the CoCo 3 +* Files are copied to the /DD device +* +* Creating directories +makdir /DD/GAMES +makdir /DD/GAMES/SUBSIM +makdir /DD/GAMES/SUBSIM/CMDS +* Copying commands to /DD/GAMES/SUBSIM/CMDS +copy -r CMDS/AutoEx /DD/GAMES/SUBSIM/CMDS/presub +copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub +copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub1 +copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub2 +copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub3 +copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub4 +copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub5 +copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub6 +* Copying support files to /DD/GAMES/SUBSIM +copy -r -w=/DD/GAMES/SUBSIM control1.cmp +copy -r -w=/DD/GAMES/SUBSIM convoys.dat +copy -r -w=/DD/GAMES/SUBSIM diesel.dat +copy -r -w=/DD/GAMES/SUBSIM fonts.dat +copy -r -w=/DD/GAMES/SUBSIM germap.cmp +copy -r -w=/DD/GAMES/SUBSIM hiscore.dat +copy -r -w=/DD/GAMES/SUBSIM mission.txt +copy -r -w=/DD/GAMES/SUBSIM missions.dat +copy -r -w=/DD/GAMES/SUBSIM radar.dat +copy -r -w=/DD/GAMES/SUBSIM shipmap2.dat +copy -r -w=/DD/GAMES/SUBSIM sintbl.dat +copy -r -w=/DD/GAMES/SUBSIM stitle.pic +copy -r -w=/DD/GAMES/SUBSIM sub.dat +copy -r -w=/DD/GAMES/SUBSIM sub.dump +copy -r -w=/DD/GAMES/SUBSIM usamap.cmp +* All Done!