🎧 New: AI-Generated Podcasts Turn your study notes into engaging audio conversations. Learn more

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Transcript

## Commands to Manage Files and Folders (3 of 3) * `copy [/v] [/y] []` * The `copy` command copies a single file or group of files. * To copy a file from one drive to another, use a command similar to this one: `E:\> copy C:\Data\Myfile.txt E:\mydata\Newfile.txt` * Useful switches or...

## Commands to Manage Files and Folders (3 of 3) * `copy [/v] [/y] []` * The `copy` command copies a single file or group of files. * To copy a file from one drive to another, use a command similar to this one: `E:\> copy C:\Data\Myfile.txt E:\mydata\Newfile.txt` * Useful switches or parameters: * `/v`: the size of each new file compared to the size of the original file. * `/y`: a confirmation message that does not ask you to confirm before overwriting a file. * `xcopy [] [/s] [/c] [/y] [/d:date]` * The `xcopy` command is more powerful than the `copy` command. * `robocopy [] [/s] [/e] [/log:filename] [/log+:filename] [/move] [/purge]` * The `robocopy` (robust file copy) command is similar to `xcopy`, but offers more options than `xcopy` and is intended to replace `xcopy`.

Tags

computer systems file management commands
Use Quizgecko on...
Browser
Browser