| DOS Directories and Files |
| |
| Copy a File into a Subdirectory |
| |
| The COPY command lets us
copy files from one directory to another. |
| |
| Directions: |
| 1. Type: copy sales.bob \info and
press Enter. |
| 2. Type: dir \info and
press Enter. |
| 3. Notice that a copy of Sales.bob is copied into the subdirectory Info.
The original file is also in the root directory. |
| |
| |
| |
| |
| |
| |
|
|
| |
| |