diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index f6bb9320..4fc633a5 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Disk Catalog.pdf b/Doc/RomWBW Disk Catalog.pdf index beab9611..24aba26f 100644 Binary files a/Doc/RomWBW Disk Catalog.pdf and b/Doc/RomWBW Disk Catalog.pdf differ diff --git a/Doc/RomWBW Errata.pdf b/Doc/RomWBW Errata.pdf index 21a18e61..0074639a 100644 Binary files a/Doc/RomWBW Errata.pdf and b/Doc/RomWBW Errata.pdf differ diff --git a/Doc/RomWBW System Guide.pdf b/Doc/RomWBW System Guide.pdf index 26e7c010..596fb059 100644 Binary files a/Doc/RomWBW System Guide.pdf and b/Doc/RomWBW System Guide.pdf differ diff --git a/Doc/RomWBW User Guide.pdf b/Doc/RomWBW User Guide.pdf index c58d7793..ead2cbc9 100644 Binary files a/Doc/RomWBW User Guide.pdf and b/Doc/RomWBW User Guide.pdf differ diff --git a/Source/Doc/Catalog.md b/Source/Doc/Catalog.md index 1bf83404..ec39b6d7 100644 --- a/Source/Doc/Catalog.md +++ b/Source/Doc/Catalog.md @@ -199,8 +199,6 @@ The following files appear in User Area 0 |----------------|--------------------------------------------------------| | `BGPATCH.HEX` | Patches BackGrounder II for ZSDOS 1.1 compatibility | | `CLOCKS.DAT` | Library of clock drivers | -| `COPY.COM` | Enhanced File copier with file dates and archiving | -| `COPY.CFG` | Configuration file (ZCNFG) for COPY.COM | | `COPY.UPD` | Document describing updates to COPY program | | `DATSWEEP.COM` | Comprehensive file management w/ date stamp awareness | | `DSCONFIG.COM` | Program to configure DATSWEEP | @@ -510,8 +508,6 @@ This is a generic ZPM3 adaptation for RomWBW. | **File** | **User Area** | **Description** | |----------------|---------------|--------------------------------------------------------------| | `ARUNZ.COM` | 15 | Alias-RUN-forZ-System command alias exec (v1.1 Type3) | -| `COPY.COM` | 15 | | -| `COPY.CFG` | 14 | | | `DEV.COM` | 15 | | | `DISKINFO.COM` | 15 | ZCPR utility which gives information about your disks. | | `DU.COM` | 15 | | @@ -767,6 +763,8 @@ The following files are found in |----------------|-------------------|-------------------------------------------------------| | `ALIAS.COM` | Z3 | Create an Alias (v1.1) | | `ALIAS.HLP` | Z3 | Help File for ALIAS.COM | +| `COPY.COM` | Z | File copier with ZSDOS date stamping awareness | +| `COPY.CFG` | Z | ZCNFG configuration file for COPY application | | `EDITNDR.COM` | Z3 | Edit named directory register in memory. | | `KERCPM22.COM` | CPM22 | Kermit communication application | | `KERCPM3.COM` | CPM3 | Kermit communication application | diff --git a/Source/Images/d_zpm3/u14/COPY.CFG b/Source/Images/Common/Z/u14/COPY.CFG similarity index 100% rename from Source/Images/d_zpm3/u14/COPY.CFG rename to Source/Images/Common/Z/u14/COPY.CFG diff --git a/Source/Images/d_zsdos/u0/COPY.COM b/Source/Images/Common/Z/u15/COPY.COM similarity index 100% rename from Source/Images/d_zsdos/u0/COPY.COM rename to Source/Images/Common/Z/u15/COPY.COM diff --git a/Source/Images/d_bp/u14/copy.cfg b/Source/Images/d_bp/u14/copy.cfg deleted file mode 100644 index e55fcebf..00000000 Binary files a/Source/Images/d_bp/u14/copy.cfg and /dev/null differ diff --git a/Source/Images/d_bp/u15/copy.com b/Source/Images/d_bp/u15/copy.com deleted file mode 100644 index 606c81a5..00000000 Binary files a/Source/Images/d_bp/u15/copy.com and /dev/null differ diff --git a/Source/Images/d_zpm3/u15/copy.com b/Source/Images/d_zpm3/u15/copy.com deleted file mode 100644 index 606c81a5..00000000 Binary files a/Source/Images/d_zpm3/u15/copy.com and /dev/null differ diff --git a/Source/Images/d_zsdos/u0/COPY.CFG b/Source/Images/d_zsdos/u0/COPY.CFG deleted file mode 100644 index e55fcebf..00000000 Binary files a/Source/Images/d_zsdos/u0/COPY.CFG and /dev/null differ