answersLogoWhite

0

robocopy

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the difference between the Copy command and he Xcopy command?

d


What command follow the same general command source destination?

Xcopy Command


What is the DOS copy command to copy a complete directory to multiple 3.5 inch floppies?

To copy directory, you need to run xcopy command.. You can not copy directory with copy command.. xcopy c:\*.* /s/e a:\ This will copy entire contents to A drive..


What command supports copying sub directories?

xcopy c:\'dirname'/s


What command follows the same general command source destination format as the copy command but offers several more options?

Xcopy Command Braat! Wiggas!


Which command enables you to copy entire directories including subdirectories from one location to another?

xcopy


What is the difference between Copy Xcopy and diskcopy?

These are all DOS commands for the old PC DOS operating system. Copy could copy some combination of file or files (via wildcards) within a given directory, xcopy could do that as well as copy directories, diskcopy could make duplicates of disks usually floppy disks.


What two commands can you use from the command prompt to perform the same function as the Files and Settings Transfer Wizard?

XCopy or Copy


What is the purpose of the lmore parameter at the end of a command line?

help xcopy ǀmore - Lists information one screen at a time.


Which command of MS-DOS is used to copy only files that have been modified on or after the date you specify?

XCOPY/D : date


The command searches for and replaces corrupted system files?

The command ____ searches for and replaces corrupted system filesAnswer: sfc /scannow


DOS command to create and move to the newly created directory?

You can use "xcopy" command. mkdir - to create a directory. move - to move one or more files in a new location.