| A | B |
| Correct Syntax for COPY command. | COPY[drive:][path]filename[drive:][path]filename[/V] |
| A command that will change directories to the specified directory. | CD path |
| What you want to copy. | Source |
| Where you want to copy it to. | Destination |
| When using OS commands, the drive must be specified, unless it is the ___________. | Default Drive |
| If a file already exists, and COPY command tries to copy a new file to that drive/directory, COPY wil __________ the old file. | Concatenation |
| Combining two or more files. | Overwrite |
| An important reason for having more than one copy of a file. | Backup Files |
| A command that will let you display the default directory. | CD |
| A command that will create a new directory. | MD |