『楼 主』:
DOS下复制整个目录的命令(XCOPY)的具体格式
使用 LLM 解释/回答一下
发信人: ccccccc (破嘴★無業遊民), 信区: DOS
标 题: Re: 请问DOS下复制整个目录的命令的具体格式,3x
发信站: BBS 水木清华站 (Wed Mar 21 23:41:56 2001)
XCOPY source
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·
(本文采用S-Term文章拷贝脚本拷贝)
==================================================
Sender: ccccccc (Broken Mouth ★ Unemployed), Forum: DOS
Subject: Re: Please tell me the specific format of the command to copy an entire directory under DOS, thanks
Posted: BBS Tsinghua Station (Wed Mar 21 23:41:56 2001)
XCOPY source
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
【In reply to merlinx (Hasa Yaqi - Super Apple Jasmine Pie with Red Outside and Gray Inside)】
: xcopy ?
--
What kind of government there is, what kind of people there are; what kind of people there are, what kind of government there is
※ Source:·BBS Tsinghua Station smth.org·
(Copied using S-Term article copy script)
==================================================
|