Skip to content
Andrew Owen edited this page Sep 17, 2023 · 3 revisions

COPY


COPY file_spec_1 TO file_spec_2

Copies the disk file file_spec_1 to file_spec_2.

Parameters

The string expressions file_spec_1 and file_spec_2 are valid FILESPEC file-specifications indicating the source and destination files. The first must point to an existing file on a disk device.

Notes

Typically, this command is not present in Microsoft BASIC.

Errors

  • file_spec_1 or file_spec_2 have number values: Type mismatch
  • file_spec_1 does not exist: File not found

Welcome to the SE BASIC wiki


  • Press RETURN to return to this menu.
  • Enter the name of a TOPIC to display it.
  • Enter EXIT to return to BASIC.

Choose from the following topics:

  1. Quick start guide: QUICK
  2. User's guide: USER
  3. Configuration guide: CONFIG
  4. Language guide: LANGUAGE
  5. Language reference: BASIC
  6. Technical reference: TECH
  7. Developer's guide: DEV
  8. Acknowledgemets: CREDITS
  9. Licenses: LICENSE
Clone this wiki locally