标题: DOS下复制整个目录的命令(XCOPY)的具体格式
[打印本页]
作者: ko20010214
时间: 2003-6-1 00:00
标题: DOS下复制整个目录的命令(XCOPY)的具体格式
发信人: ccccccc (破嘴★無業遊民), 信区: DOS
标 题: Re: 请问DOS下复制整个目录的命令的具体格式,3x
发信站: BBS 水木清华站 (Wed Mar 21 23:41:56 2001)
XCOPY source [destination] [/A | /M] [/D:date] [/P] [/S] [/E] [/V] [/W]
source Specifies the file(s) to copy.
destination Specifies the location and/or name of new files.
/A Copies files with the archive attribute set,
doesn't change the attribute.
/M Copies files with the archive attribute set,
turns off the archive attribute.
/D:date Copies files changed on or after the specified date.
/P Prompts you before creating each destination file.
/S Copies directories and subdirectories except empty ones.
/E Copies any subdirectories, even if empty.
/V Verifies each new file.
/W Prompts you to press a key before copying.
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.
/-Y Causes prompting to confirm you want to overwrite an
existing destination file.
The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line
【 在 merlinx (哈萨雅其-外红内灰超级苹果茉莉派) 的大作中提到: 】
: xcopy ?
--
有什么样的政府就有什么样的国民,有什么样的国民就有什么样的政府
※ 来源:·BBS 水木清华站 smth.org·[FROM: 61.135.37.1]
(本文采用S-Term文章拷贝脚本拷贝)
==================================================