标题: [下载]提供XCOPY下载
[打印本页]
作者: martin325
时间: 2006-4-27 09:44
标题: [下载]提供XCOPY下载
如题。见附件。
附件里的 MORE 是分屏查看信息的小工具。
[
Last edited by llm on 2006-4-28 at 15:36 ]
附件
1:
XCOPY.rar (2006-4-27 09:44, 19.43 K, 下载附件所需积分 1点
,下载次数: 829)
作者: taoty
时间: 2006-4-27 15:16
收下来看看是什么好东西。感谢分享。
作者: lhf102899
时间: 2006-5-9 23:52
hao.谢谢
作者: dos_jacky
时间: 2006-5-14 12:50
感謝大大的分享。
尤其是分屏器。
這是寫程式人的重要工具,真的很感謝。
作者: BWSkyer
时间: 2006-5-14 14:13
分屏器???
XCOPY在DOS下面本来就有的哦~~
作者: 272922032
时间: 2006-5-14 19:01
标题: 此地严禁灌水,明白?
作者: ick
时间: 2006-5-30 12:38
xcopy 在dos下本来就有,只是功能不强,不能复制隐藏文件,看看你的有什么不同 打
作者: ick
时间: 2006-5-30 12:43
标题: 不错,收藏了
以下是下载后查看的帮助信息,不知道最低的dos支持版本是多少
XCOPY v1.1 - (C)opyright 2001-2003 by Rene Ableidinger
Copies files and directory trees.
XCOPY source [destination] [/switches]
source Specifies the directory and/or name of file(s) to copy.
destination Specifies the location and/or name of new file(s).
/A Copies only files with the archive attribute set and doesn't
change the attribute.
/C Continues copying even if errors occur.
/D[:M/D/Y] Copies only files which have been changed on or after the
specified date. When no date is specified, only files which are
newer than existing destination files will be copied.
/E Copies any subdirectories, even if empty.
/F Display full source and destination name.
/H Copies hidden and system files as well as unprotected files.
/I If destination does not exist and copying more than one file,
assume destination is a directory.
/L List files without copying them. (simulates copying)
/M Copies only files with the archive attribute set and turns off
the archive attribute of the source files after copying them.
/N Suppresses prompting to confirm you want to overwrite an
existing destination file and skips these files.
/P Prompts for confirmation before creating each destination file.
/Q Quiet mode, don't show copied filenames.
/R Overwrite read-only files as well as unprotected files.
/S Copies directories and subdirectories except empty ones.
/T Creates directory tree without copying files. Empty directories
will not be copied. To copy them add switch /E.
/V Verifies each new file.
/W Waits for a keypress before beginning.
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file and overwrites these files.
/-Y Causes prompting to confirm you want to overwrite an existing
destination file.
The switch /Y or /N may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line.
作者: Wengier
时间: 2006-5-30 12:56
这个XCOPY也不支持长文件名的。
作者: fastslz
时间: 2006-6-5 08:55
COPY我还是喜欢用XXCOPY,特别在批处理使用
作者: zzq168
时间: 2006-6-6 11:06
xxcopy 有什么好用的地方吗? 我好像没有看出来,虽然我知道它可能比xcopy好用!
请赐教,谢谢!!
作者: weilong888
时间: 2006-6-6 12:43
XXCOPY能支持长文件名的COPY。
作者: Wengier
时间: 2006-6-6 13:26
Quote: |
Originally posted by weilong888 at 2006-6-6 12:43 PM:
XXCOPY能支持长文件名的COPY。 |
|
可惜XXCOPY不能在纯DOS下使用(而能在DOS下使用的XXCOPY16则不支持长文件名)。
作者: BWSkyer
时间: 2006-6-6 18:14
XXCOPY不能在纯DOS下运行,那么在其他的DOS里面呢,如freedos32,HX DOS
...可以运行吗??
还有就是XXCOPY有几种版本呢??
作者: Wengier
时间: 2006-6-6 22:37
Quote: |
Originally posted by BWSkyer at 2006-6-6 06:14 PM:
XXCOPY不能在纯DOS下运行,那么在其他的DOS里面呢,如freedos32,HX DOS
...可以运行吗??
还有就是XXCOPY有几种版本呢?? |
|
不行,那些我已试过发现都不行,包括HX下。Win9x中所带的支持长文件名的XCOPY32现在倒是可以在HX下运行(而且还是我向其作者提出后才能运行正常的)。
作者: restart
时间: 2006-6-7 23:53
我下载了martin325的附件xcopy,进入dos后将解压后的文件放在装有dos文件的虚拟软驱里
说明一下:我没有软驱是用ramdisk.exe虚拟的软驱,然后用vFloppy.exe
加载7.10dos镜像文件
结果不能用xcopy复制文件,提示文件或命令错误
不能用是跟直接用软盘启动和虚拟启动有关吗?
直接用软盘启动和虚拟启动有区别吗?
作者: fastslz
时间: 2006-6-9 12:15
xxcpoy 能在纯DOS用呀 xxcpoy有删除目标文件夹下所有文件,特别适合虚拟盘里使用
比如XXCOPY /E /H /Z /YY %CDROM%:\PQ %RAMD%:\TEMP >NUL
复制光驱PQ文件夹下所有文件到虚拟盘TEMP下,同时删除TEMP下所有文件。
我英文不好5年前学XXCOPY把D盘文件都删除了,还以为病毒搞的
帮助文档显示XXCOPY16我传一个上来大家小心使用啊
附件
1:
XXCOPY.rar (2006-6-9 12:15, 60.92 K, 下载附件所需积分 1点
,下载次数: 32)
作者: asbai
时间: 2006-6-9 13:36
Quote: |
Originally posted by Wengier at 2006-6-6 22:37:
不行,那些我已试过发现都不行,包括HX下。Win9x中所带的支持长文件名的XCOPY32现在倒是可以在HX下运行(而且还是我向其作者提出后才能运行正常 ... |
|
HX实现的 FindNextFile 和 FindFirstFile 有些问题,当要查找的文件在当前目录下没有匹配时,会拒绝搜索子目录而返回出错。最新版本还没试过,不知道解决了没有。这个问题很可能是导致xcopy不能在HX下面正常运行的原因。
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
刚又去测了一下,解决了!
[
Last edited by asbai on 2006-6-9 at 13:41 ]
作者: Wengier
时间: 2006-6-9 13:41
Quote: |
Originally posted by fastslz at 2006-6-9 12:15 PM:
xxcpoy 能在纯DOS用呀 xxcpoy有删除目标文件夹下所有文件,特别适合虚拟盘里使用
比如XXCOPY /E /H /Z /YY %CDROM%:\PQ %RAMD%:\TEMP >NUL
复制光驱PQ文件夹下所� ... |
|
XXCOPY是不行的,你说的能在纯DOS下用的是XXCOPY16吧。我上面已说过,XXCOPY16是不支持长文件名的。
作者: Wengier
时间: 2006-6-9 13:47
Quote: |
Originally posted by asbai at 2006-6-9 01:36 PM:
HX实现的 FindNextFile 和 FindFirstFile 有些问题,当要查找的文件在当前目录下没有匹配时,会拒绝搜索子目录而返回出错。最新版本还没试过,不知道解决了没有。这个问题很可能是导致xcopy不能在HX下面正常运行的原因。
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
刚又去测了一下,解决了! |
|
为了这个XCOPY,我先后通过几次邮件报告了至少三个BUG,被一一修正,因此终于能正常使用了。
作者: asbai
时间: 2006-6-9 13:52
Quote: |
Originally posted by Wengier at 2006-6-9 13:47:
为了这个XCOPY,我先后通过几次邮件报告了至少三个BUG,被一一修正,因此终于能正常使用了。 |
|
呵呵,Wengier兄辛苦了。
我觉得 japheth 兄真可怜,偶最近也经常胁迫他加各种API支持,一开始还算合作,后来提到让他加 SMP 和 AIO 支持的时候终于崩溃了。

作者: ogclub
时间: 2006-6-18 17:24
個人喜歡使用mirror
Mirror makes exact copies of directories (or entire directory structures) with minimal operations, which is ideal for backing up data on DVD-RWs or over a network, for example. It will overwrite existing files only if necessary and delete files in the destination that are no longer present in the source (unidirectional synchronization). Mirror can ignore files that match regular expressions or file masks.
下載:
http://home.in.tum.de/~jain/dl.php?get=Mirror
作者: wrh9999
时间: 2006-8-7 23:12
好的
学习方便了
作者: DOS1218
时间: 2006-8-23 11:37
谢谢了, 受下~~~`
作者: brglng
时间: 2006-8-25 17:04
现在到底有没有实模式的支持长文件名的copy?
作者: Wengier
时间: 2006-8-25 22:31
Quote: |
Originally posted by brglng at 2006-8-25 05:04 PM:
现在到底有没有实模式的支持长文件名的copy? |
|
MS-DOS 7.1中的copy这个内部命令本身就支持长文件名。
作者: brglng
时间: 2006-8-26 10:32
我是说像XCOPY那样可以复制目录树和隐藏文件、系统文件的。。。
作者: Wengier
时间: 2006-8-26 21:38
Quote: |
Originally posted by brglng at 2006-8-26 10:32 AM:
我是说像XCOPY那样可以复制目录树和隐藏文件、系统文件的。。。 |
|
用XCLONE可以的。。
作者: qqlcy64
时间: 2006-8-26 23:48
XCOPY,不错,谢谢提供
作者: zhangshiyi
时间: 2006-8-27 01:05
XXCOPY有几种版本呢??
作者: brglng
时间: 2006-8-27 13:56
Quote: |
Originally posted by Wengier at 2006-8-26 09:38 PM:
用XCLONE可以的。。 |
|
XCLONE还要FAKEWIN4呢,挺麻烦的,而且我只要XCOPY的功能,不需要其他功能。
作者: Wengier
时间: 2006-8-27 23:50
Quote: |
Originally posted by brglng at 2006-8-27 01:56 PM:
XCLONE还要FAKEWIN4呢,挺麻烦的,而且我只要XCOPY的功能,不需要其他功能。 |
|
那目前最好的办法还是用上次提到过的HX版的XCOPY了(下面的启动盘中有,支持中英文长文件名,虽然总体上算不上是实模式,但XCOPY的功能应有尽有;相比之下其它的XCOPY都有各种各样的问题):
http://zhenlove.com.cn/cndos/soft/doscp.zip
作者: brglng
时间: 2006-8-28 09:59
哦,谢谢Wengier
但是,我还是想问问,有没有其他的的替代程序呢?
作者: Wengier
时间: 2006-8-28 12:15
Quote: |
Originally posted by brglng at 2006-8-28 09:59 AM:
哦,谢谢Wengier
但是,我还是想问问,有没有其他的的替代程序呢? |
|
据我所知,没有其它真正完美的命令行方式的替代程序。如LCOPY只支持英文而不支持中文长文件名;ACOPY功能较弱且不太灵活;Sysinternals以及ROM-DOS的XCOPY虽支持长文件名却有一些明显的BUG;Omnifs太大太慢且操作相对麻烦等等。
作者: xugaohui
时间: 2006-10-3 13:21
经过仔细测试站长提供的那个xcopy确实很完美。在复制子目录中的长文件名后保留了原来的长文件名。而freedos中的xcopy连输入的源路径目标路径都不能正确识别。
作者: xugaohui
时间: 2006-10-4 21:09
站长你的xcopy来自那里?,不能vpc虚拟机上运行,HXRT又出错了,显示出很多错误地址。
C:\>xcopy
Exception 0D
EAX=00400000 EBX=0000008F ECX=00110000 EDX=00000000 ESI=00400080
EDI=000054E4 EBP=000054F6 ESP=00226FF8 EFL=00090246 EIP=00002EFF
CS=0097 (00110000,0000552F,00FB) SS=00C7 (00000000,FFFFFFFF,CFF3)
DS=00C7 (00000000,FFFFFFFF,CFF3) ES=00C7 (00000000,FFFFFFFF,CFF3)
FS=00EF (00400040,00000FBF,00F2) GS=0000 (********,********,****)
LDTR=0038 (FF80A000,00000FFF,0082) TR=0030 (000D2DB8,00000067,008B)
ERRC=0000 (********,********,****) PTE 1. Page LDT=00186467
GDTR=07FF:FF808800 IDTR=07FF:FF809000 PTE CR2=00000067
CR0=80000031 CR2=00000000 CR3=00179000 CR4=00000200 TSS:ESP0=00000804
DR0-3=00000000 00000000 00000000 00000000 DR6=FFFF0FF0 DR7=00000400
LPMS Sel/Cnt=0087/0001 RMS=C7D7:0200 open RMCBs=0000/0000 ISR=0000
[EIP]=FB E8 CA FE E8 E5 03 72 58 E8 9F 01
[ESP]=0000 0000 0000 0000 ????
作者: Wengier
时间: 2006-10-4 22:22
Quote: |
Originally posted by xugaohui at 2006-10-4 09:09 PM:
站长你的xcopy来自那里?,不能vpc虚拟机上运行,HXRT又出错了,显示出很多错误地址。
C:\>xcopy
Excep ... |
|
这是VPC自己的问题,跟HDPMI32有点不兼容(导致不光是运行这个XCOPY,还有其它一些程序也会这样)。HDPMI32的说明文件中提到过与VMware、Qemu、Bochs等虚拟机兼容,但从来没有提到过VPC,所以在其它的虚拟机中或者真实机中使用就可以了。
作者: weilong888
时间: 2006-10-4 22:22
试了一下,感觉还不错。只是这个启动盘在vpc中好象有点操作失灵。
作者: Wengier
时间: 2006-10-4 22:25
Quote: |
Originally posted by weilong888 at 2006-10-4 10:22 PM:
试了一下,感觉还不错。只是这个启动盘在vpc中好象有点操作失灵。 |
|
可多试试不同的虚拟机(以及真实机),如果只是某个虚拟机(如VPC)有问题则往往是它自己的BUG(如37楼的帖子),最根本的解决方法是对这个虚拟机本身的一些问题进行修正。
作者: drof5000
时间: 2006-11-12 21:54
标题: xcopy.exe被我不小心删了怎么办
大家帮帮我啊
作者: chris123cx
时间: 2006-11-13 00:08
看下是什么...........
作者: asdcn81
时间: 2007-1-27 22:44
支持一下!
作者: dee21
时间: 2007-3-18 08:22
路过 顶一下
作者: jc591217
时间: 2007-3-26 23:24
謝謝提供
作者: yxd666666
时间: 2007-3-27 09:00
就是要这个东西,找了好久哦.
作者: dcba
时间: 2007-4-14 10:00
标题: ssss
ssss
作者: 2232974hzc
时间: 2007-4-17 13:30
我想下载 给我点积分
作者: BWSkyer
时间: 2007-4-18 09:51
今天上班和同事争论可否通过文件的更新来下载文件。然后回忆了xcopy的 /D功能,回来看了一下,看来我是对的哈。哈哈!!
/D[:M/D/Y] Copies only files which have been changed on or after the
specified date. When no date is specified, only files which are
newer than existing destination files will be copied.
作者: okokokok81
时间: 2007-4-26 09:01
copytreecopytreecopytreecopytreecopytreecopytreecopytreecopytreecopytreecopytreecopytreecopytreecopytreecopytreecopytreecopytreecopytree
作者: nast
时间: 2007-4-29 05:42
下载来看看哦!!
作者: xx5178
时间: 2007-6-22 10:45
前面一个下了,不能用,这个看看
作者: coolung
时间: 2007-6-28 07:58
不給 下啊
作者: wind265
时间: 2007-6-30 09:32
多谢分享
作者: hljwkllh
时间: 2007-11-13 02:32
各个光辐射豆腐干似的
作者: haoqi
时间: 2007-11-17 16:09
我要下载
作者: htun
时间: 2007-11-28 19:21
能具体说下 和本身的xcopy有什么不同吗 谢谢
作者: FCC
时间: 2007-12-11 19:23
在XCOPY 文件夹和子文件夹时会不会有文件丢失
作者: ppdjl
时间: 2007-12-21 13:14
标题: up
up
作者: letan
时间: 2007-12-22 22:55
谢谢了,,,收下,,,
作者: linronghua
时间: 2007-12-24 17:09
谢谢,收下了
作者: hzd3
时间: 2007-12-25 22:03
标题: i need it
gogo
作者: hackgyj
时间: 2007-12-26 06:33
不错,严重支持啊~!
作者: fatbird1942
时间: 2007-12-26 12:33
aaaaaaaaaaa
作者: cosking
时间: 2008-1-3 03:57
我要下呀,都快死了
作者: helloqx
时间: 2008-1-23 14:35
急需!感谢啊!
作者: tennight
时间: 2008-1-24 14:20
找这个找半天了^^
作者: FJL204
时间: 2008-1-27 14:00
感谢分享,找了很久了
作者: achanglee
时间: 2008-2-22 01:52
下个东西这么难!哎!
作者: secowu
时间: 2008-3-1 19:26
是那个1.63的版本??
作者: micromath
时间: 2008-5-5 18:54
晕,找了半天又载不动。。。
作者: micromath
时间: 2008-5-5 19:08
哇,回个贴就能下了,真是太感谢了,帮了偶大忙了,好人那。。。
作者: xdwsw
时间: 2008-5-6 16:12
太好了,正找呢
作者: superbeg
时间: 2008-5-13 13:20
\苏州专~1\苏州专~1
作者: ortest
时间: 2008-5-14 13:59
下载了,谢谢分享!
作者: caojianli
时间: 2008-5-14 21:24
谢谢分享!
作者: xcvzxcv
时间: 2008-5-20 09:07
谢谢了,非常需要这个
作者: lincjoshua
时间: 2008-5-20 11:05
thank you very much
作者: ethanlk
时间: 2008-5-20 23:00
有没有可以在纯dos下支持长文件名的copy命令呢
作者: fugui520
时间: 2008-8-6 00:47
5454545454
作者: lojianshi
时间: 2008-8-22 00:24
20分钟了啊。
作者: fangyd
时间: 2008-8-28 15:42
好多东东啊,看得眼花了
作者: terrytk
时间: 2008-8-29 10:10
谢谢楼主分享,我现在正要它,谢谢!!
作者: northeagle
时间: 2008-10-1 16:29
谢谢老大 我正深陷xxcopy 和假的xcopy不能在dos下使用的苦恼之中
作者: yorkyogurt
时间: 2009-6-8 02:18
能复制文件夹吗?
作者: weisun
时间: 2009-6-26 10:14
标题: 不错
不错!!!!!!!!
作者: manbu125
时间: 2009-7-12 00:46
liu
作者: ciqdj
时间: 2009-12-28 13:54
看看能用不?
作者: lzgbnu
时间: 2010-1-25 11:37
谢谢
作者: haier168
时间: 2010-1-25 14:26
剛裝了系統,正在收集這些工具,謝謝提供
作者: QIUTIAN
时间: 2010-1-30 03:03
XCOPY MORE
作者: kusa520
时间: 2010-2-9 22:52
谢谢分享~
作者: yuyu1959
时间: 2010-3-29 11:09
试试谢
作者: liudaili
时间: 2010-4-9 09:22
标题: 感谢分享。
收下来看看是什么好东西。感谢分享。
作者: typuser
时间: 2010-4-11 22:03
好东西!!
作者: zishigzy
时间: 2010-7-13 13:50
下载用用呢
作者: woaicaomei
时间: 2010-8-4 21:03
xxcopy 有支持 长文件名的吗??? 能给个吗。。
作者: fanyingkuai
时间: 2010-8-24 17:00
非常感谢收藏了
作者: ww5223017240
时间: 2010-8-31 15:51
不知道能不能用
作者: huoyan
时间: 2010-10-23 13:18
学习DOS 谢谢
作者: gyp2000
时间: 2010-10-25 02:17
谢谢分享,学习一下!
作者: srdeng
时间: 2010-11-22 02:56
谢谢了,一直在找!
作者: ws7227
时间: 2010-12-16 09:30
标题: 下载试试
能用就多谢了
作者: DXSX
时间: 2010-12-17 21:02
请问,怎么复制只包含特定文件的文件夹?
比如:
运行 xcopy /s *.jpg xyz
结果却建立了全部文件夹结构。
作者: cgh8971
时间: 2010-12-30 18:02
dos下可以用不?