Files
cheatsheet-tldr/tldr/dos/copy
2026-02-01 00:30:49 +00:00

14 lines
254 B
Plaintext

---
syntax: markdown
tags: [tldr, dos]
source: https://github.com/tldr-pages/tldr.git
---
# COPY
> Copy files.
> More information: <https://www.dosbox.com/wiki/Commands#COPY>.
- Copy a file:
`COPY {{path/to/source_file}} {{path/to/destination_file}}`