COPY is used to make a copy of a file. If a file already exists with the destination name, an error is normally returned. To suppress the error the ";PURGE" option may be specified at the end of the statement. An example of the COPY statement is
COPY "DATA.1" TO "D:DATA.1"
HTBasic does not support the copy of a full disk to another disk. You can use the EXECUTE command and the Windows "DISKCOPY" or "XCOPY" commands.