comparison 3rdparty/packages/basic09/install6809 @ 738:7bac2d08d4bd

Made more explicit ReadMe Modified install scripts
author boisy
date Mon, 06 Jan 2003 00:03:13 +0000
parents 1c539ce852d0
children 341ce07bdcf2
comparison
equal deleted inserted replaced
737:f5740daaf828 738:7bac2d08d4bd
1 -x 1 -x
2 t 2 t
3 ********************************************** 3 **********************************************
4 * Basic09 Install Script for the CoCo 3 w/ 6809 4 * Basic09 Install Script for the CoCo w/ 6809
5 * Files are copied to the /DD device 5 * Files are copied to the /DD device
6 * 6 *
7 * Deleting old objects from /DD/CMDS, if any 7 * Deleting old objects from /DD/CMDS, if any
8 del /DD/CMDS/basic09 8 del /DD/CMDS/basic09
9 del /DD/CMDS/runb 9 del /DD/CMDS/runb
11 del /DD/CMDS/gfx2 11 del /DD/CMDS/gfx2
12 del /DD/CMDS/inkey 12 del /DD/CMDS/inkey
13 del /DD/CMDS/syscall 13 del /DD/CMDS/syscall
14 * Copying commands to /DD/CMDS 14 * Copying commands to /DD/CMDS
15 copy CMDS/basic09_6809 /DD/CMDS/basic09 15 copy CMDS/basic09_6809 /DD/CMDS/basic09
16 merge CMDS/runb_6809 CMDS/gfx CMDS/gfx2 CMDS/inkey CMDS/syscall>/DD/CMDS/runb 16 copy CMDS/runb_6809 /DD/CMDS/runb
17 attr /DD/CMDS/runb pe -pw -pr e w r
18 copy CMDS/gfx /DD/CMDS/gfx 17 copy CMDS/gfx /DD/CMDS/gfx
19 copy CMDS/gfx2 /DD/CMDS/gfx2 18 copy CMDS/gfx2 /DD/CMDS/gfx2
20 copy CMDS/inkey /DD/CMDS/inkey 19 copy CMDS/inkey /DD/CMDS/inkey
21 copy CMDS/syscall /DD/CMDS/syscall 20 copy CMDS/syscall /DD/CMDS/syscall
22 * All Done! 21 * All Done!