The PCW16 manual states that PCW16 discs should only be copied using DISKCOPY. This is because the PCW expects to find its directory hierarchy at the start of the disc:
\PCW
in cluster 2;
\PCW\CATALOG.TXT
in clusters 3-34;
\PCW\SYSTEM
in cluster 35;
\PCW\FOLDER01
in cluster 36, etc.
The CATALOG.TXT file is laid out as a sequence of 64-byte records; it is also designed to be easily readable when displayed on the screen. Record 0 contains a heading for display purposes and does not describe a file; the other records are as follows:
\PCW\FOLDER12
, this would read
FOLDER12
.
The last character of the name is a space, probably meaning that the matching
directory on disc has nothing after the . in its name.
PCWnnn.typ
). The nnn
in the filename matches the current record number (ie, record 1
corresponds to PCW001.*
).
HLP
denotes a "help" file and
WPD
is a word-processor document.
CATALOG.TXT is always 32k in size. Unused records are filled with ^Z characters (ASCII 26). Deleted records are filled with spaces except for the CR, LF at the end.