Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/basic09/install6809 @ 884:341ce07bdcf2
Installation scripts
author | boisy |
---|---|
date | Fri, 17 Jan 2003 14:19:13 +0000 |
parents | 7bac2d08d4bd |
children |
comparison
equal
deleted
inserted
replaced
883:f8bd578d98bb | 884:341ce07bdcf2 |
---|---|
2 t | 2 t |
3 ********************************************** | 3 ********************************************** |
4 * Basic09 Install Script for the CoCo 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 | |
8 del /DD/CMDS/basic09 | |
9 del /DD/CMDS/runb | |
10 del /DD/CMDS/gfx | |
11 del /DD/CMDS/gfx2 | |
12 del /DD/CMDS/inkey | |
13 del /DD/CMDS/syscall | |
14 * Copying commands to /DD/CMDS | 7 * Copying commands to /DD/CMDS |
15 copy CMDS/basic09_6809 /DD/CMDS/basic09 | 8 copy -r CMDS/basic09_6809 /DD/CMDS/basic09 |
16 copy CMDS/runb_6809 /DD/CMDS/runb | 9 copy -r CMDS/runb_6809 /DD/CMDS/runb |
17 copy CMDS/gfx /DD/CMDS/gfx | 10 copy -r CMDS/gfx /DD/CMDS/gfx |
18 copy CMDS/gfx2 /DD/CMDS/gfx2 | 11 copy -r CMDS/gfx2 /DD/CMDS/gfx2 |
19 copy CMDS/inkey /DD/CMDS/inkey | 12 copy -r CMDS/inkey /DD/CMDS/inkey |
20 copy CMDS/syscall /DD/CMDS/syscall | 13 copy -r CMDS/syscall /DD/CMDS/syscall |
21 * All Done! | 14 * All Done! |
22 | 15 |