|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
xcopy d:\th e:\th /s /i
xcopy d:\th e:\th /s /i
|
|
2007-3-29 05:44 |
|
|
wangmeng052
中级用户
  
积分 334
发帖 154
注册 2007-3-24
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
正确答案是:xcopy d:\th e:\th /s/e回车
The correct answer is: xcopy d:\th e:\th /s/e and then press Enter
|
|
2007-3-29 05:45 |
|
|
wangmeng052
中级用户
  
积分 334
发帖 154
注册 2007-3-24
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
谢谢15、16楼兄弟。加i和加e有何区别?
Last edited by wangmeng052 on 2007-3-28 at 04:49 PM ]
Thanks to the brothers on floors 15 and 16. What's the difference between adding "i" and adding "e"?
Last edited by wangmeng052 on 2007-3-28 at 04:49 PM ]
|
|
2007-3-29 05:48 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
不加i是提示确认E:\TH 是目录还是文件的
Not adding "i" is to prompt for confirmation whether E:\TH is a directory or a file
|
|
2007-3-29 05:53 |
|
|
wangmeng052
中级用户
  
积分 334
发帖 154
注册 2007-3-24
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
非常感谢你。再问一句,xcopy命令,98启动盘进入的dos下,有此命令吗?
Thank you very much. One more question, does the xcopy command exist in DOS entered from a 98 boot disk?
|
|
2007-3-29 07:02 |
|
|
b102588
初级用户
 
积分 83
发帖 34
注册 2007-4-22
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
Originally posted by terse at 2007-3-28 02:40 AM:
xcopy /e /q /i /h /r /y c:\源文件夹 d:\目标文件夹
我的机器上可以 XP2
请问加Y和不加Y有什么区别 谢谢
Originally posted by terse at 2007-3-28 02:40 AM:
xcopy /e /q /i /h /r /y c:\source folder d:\target folder
It works on my machine. XP2
What is the difference between adding Y and not adding Y? Thanks
|

快乐崇拜 |
|
2007-5-17 23:11 |
|
|
VAF
中级用户
  
积分 242
发帖 134
注册 2006-12-11
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
Originally posted by terse at 2007-3-29 05:53 AM:
不加i是提示确认E:\TH 是目录还是文件的
有此命令, 但不支持长文件名, 且很多在 XP 下有效的参数在这里无效.
Originally posted by terse at 2007-3-29 05:53 AM:
Not adding "i" is to prompt for confirmation whether E:\TH is a directory or a file
There is this command, but it does not support long file names, and many parameters that are valid under XP are invalid here.
|
|
2007-5-18 03:35 |
|
|
vision
初级用户
 
积分 64
发帖 27
注册 2007-5-31
状态 离线
|
|
2007-6-2 00:20 |
|
|
xiagege
新手上路

积分 12
发帖 6
注册 2007-9-7
状态 离线
|
『第 24 楼』:
我遇到过
使用 LLM 解释/回答一下
路径一定要完整 不完整复制出来排列是乱的
The path must be complete. If it's incomplete, the copied and arranged ones will be chaotic.
|
|
2009-2-18 23:49 |
|
|
wglwx
高级用户
   
积分 616
发帖 187
注册 2003-4-18
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
xcopy /e /q /i /h /r /y c:\源文件夹 d:\目标文件夹
我的机器上也可以
xcopy /e /q /i /h /r /y c:\Source Folder d:\Target Folder
It can also work on my machine
|
|
2009-4-19 07:12 |
|
|
xiaoqiangzx
初级用户
 
积分 34
发帖 12
注册 2007-1-16
状态 离线
|
『第 26 楼』:
xcopy 正接
使用 LLM 解释/回答一下
正确答案是:xcopy d:\th\*.* e:\th /s/e回车
是在不行 你加个通配符 应该可以啦
The correct answer is: xcopy d:\th\*.* e:\th /s/e and then press Enter. If it still doesn't work, you can add a wildcard, which should work.
|

小强网志欢迎你 |
|
2009-4-20 02:07 |
|
|
wangfangjian
中级用户
  
积分 274
发帖 192
注册 2009-1-7
状态 离线
|
|
2009-8-5 05:43 |
|
|
jh1688
中级用户
  
积分 248
发帖 126
注册 2008-5-30
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
复制文件和目录树。
XCOPY source ] ]
...]
source 指定要复制的文件。
destination 指定新文件的位置和/或名称。
/A 只复制有存档属性集的文件,
但不改变属性。
/M 只复制有存档属性集的文件,
并关闭存档属性。
/D:m-d-y 复制在指定日期或指定日期以后更改的文件。
如果没有提供日期,只复制那些源时间
比目标时间新的文件。
/EXCLUDE:file1...
指定含有字符串的文件列表。每一个字符串
必须在文件的单独行中。如果有任何
字符串与要被复制的文件的绝对路径
相符,那个文件将不会得到复制。
例如,指定如 \obj\ 或 .obj 的字符串会排除
目录 obj 下面的所有文件或带有
.obj 扩展名的文件。
/P 创建每个目标文件前提示。
/S 复制目录和子目录,除了空的。
/E 复制目录和子目录,包括空的。
与 /S /E 相同。可以用来修改 /T。
/V 验证每个新文件。
/W 提示您在复制前按键。
/C 即使有错误,也继续复制。
/I 如果目标不存在,又在复制一个以上的文件,
则假定目标一定是一个目录。
/Q 复制时不显示文件名。
/F 复制时显示完整的源和目标文件名。
/L 显示要复制的文件。
/G 允许将没有经过加密的文件复制到
不支持加密的目标。
/H 也复制隐藏和系统文件。
/R 覆盖只读文件。
/T 创建目录结构,但不复制文件。
不包括空目录或子目录。/T /E 包括
空目录和子目录。
/U 只复制已经存在于目标中的文件。
/K 复制属性。一般的 Xcopy 会重置只读属性。
/N 用生成的短名复制。
/O 复制文件所有权和 ACL 信息。
/X 复制文件审核设置(隐含 /O)。
/Y 复制文件审核设置(隐含 /O)。
现存目标文件。
/-Y 导致提示以确认改写一个
现存目标文件。
/Z 用重新启动模式复制网络文件。
命令行开关 /Y 可以预先在 COPYCMD 环境变量中设置。
这可能被命令行上的 /-Y 改写。
这是CMD下的XCOPY 参数,纯DOS下没有 /I 等一些参数,但 /E 肯定有,楼主自己参考一下再玩吧……
Copy files and directory trees.
XCOPY source ] ]
...]
source Specifies the file(s) to copy.
destination Specifies the location and/or name of new files.
/A Copies only files with the archive attribute set,
but doesn't change the attribute.
/M Copies only files with the archive attribute set,
and clears the archive attribute.
/D:m-d-y Copies files changed on or after the specified date.
If no date is given, copies only those files whose source
time is newer than the destination time.
/EXCLUDE:file1...
Specifies a list of files containing strings. Each string
must be in a separate line in the file. If any string matches the
absolute path of the file to be copied, that file will not be copied.
For example, specifying a string like \obj\ or .obj will exclude
all files under directory obj or files with the .obj extension.
/P Prompts before creating each destination file.
/S Copies directories and subdirectories, excluding empty ones.
/E Copies directories and subdirectories, including empty ones.
Same as /S /E. Can be used to modify /T.
/V Verifies each new file.
/W Prompts you to press a key before copying.
/C Continues copying even if errors occur.
/I If destination doesn't exist and copying more than one file,
assumes destination is a directory.
/Q Does not display file names while copying.
/F Displays full source and destination file names while copying.
/L Displays files to be copied.
/G Allows copying unencrypted files to destinations that do not support encryption.
/H Also copies hidden and system files.
/R Overwrites read-only files.
/T Creates directory structure but does not copy files.
Does not include empty directories or subdirectories. /T /E includes
empty directories and subdirectories.
/U Copies only files that already exist in destination.
/K Copies attributes. Normal Xcopy resets read-only attributes.
/N Copies using generated short names.
/O Copies file ownership and ACL information.
/X Copies file auditing settings (implies /O).
/Y Copies file auditing settings (implies /O).
Existing destination files.
/-Y Causes prompting to confirm overwriting an
existing destination file.
/Z Copies network files in restartable mode.
The command-line switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line.
This is the XCOPY parameter under CMD. Some parameters like /I are not available in pure DOS, but /E is definitely there. The owner can refer to it and play around...
|
|
2009-11-9 19:32 |
|