home *** CD-ROM | disk | FTP | other *** search
- Copies files and directories, including lower level directories.
-
- XCOPY pathname1 [pathname2] [/a] [/d:date] [/e] [/m] [/p] [/s] [/v] [/w]
- /a Copy files with the archive bit set but do not modify the archive bit.
- /d Copies source files modified on or after the specified date.
- /e Copies any subdirectories, even if they are empty.
- /m Copy files with the archive bit set and clears the archive bit.
- /p Prompts before creating a new file in the target directory.
- /s Copies directories and lower level subdirectories, unless empty.
- /v Causes xcopy to verify each file as it is written to the target.
- /w Causes xcopy to wait before it starts copying files.
-