|
restart
新手上路
 驾御自然
积分 14
发帖 7
注册 2006-5-17 来自 辽宁
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
我下载了martin325的附件xcopy,进入dos后将解压后的文件放在装有dos文件的虚拟软驱里
说明一下:我没有软驱是用ramdisk.exe虚拟的软驱,然后用vFloppy.exe
加载7.10dos镜像文件
结果不能用xcopy复制文件,提示文件或命令错误
不能用是跟直接用软盘启动和虚拟启动有关吗?
直接用软盘启动和虚拟启动有区别吗?
I downloaded the attachment xcopy from martin325. After entering DOS, I placed the unzipped file in the virtual floppy drive containing DOS files.
Explanation: I don't have a floppy drive, so I used ramdisk.exe to virtualize a floppy drive, and then used vFloppy.exe to load the 7.10 DOS image file.
The result is that xcopy cannot copy files, and it prompts a file or command error. Does the inability to use it have to do with the difference between booting directly from a floppy disk and virtual booting?
Is there a difference between booting directly from a floppy disk and virtual booting?
|

一起进步 |
|
2006-6-7 23:53 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
xxcpoy 能在纯DOS用呀 xxcpoy有删除目标文件夹下所有文件,特别适合虚拟盘里使用
比如XXCOPY /E /H /Z /YY %CDROM%:\PQ %RAMD%:\TEMP >NUL
复制光驱PQ文件夹下所有文件到虚拟盘TEMP下,同时删除TEMP下所有文件。
我英文不好5年前学XXCOPY把D盘文件都删除了,还以为病毒搞的
帮助文档显示XXCOPY16我传一个上来大家小心使用啊
xxcpoy can be used in pure DOS. xxcpoy has the function of deleting all files in the target folder, which is especially suitable for use in virtual disks.
For example, XXCOPY /E /H /Z /YY %CDROM%:\PQ %RAMD%:\TEMP >NUL
Copy all files in the PQ folder on the CD-ROM to the TEMP folder on the virtual disk, and at the same time delete all files in the TEMP folder.
My English is not good. I deleted all the files on the D drive when I learned XXCOPY five years ago, and I thought it was a virus causing it:lol:
The help document shows that I will upload an XXCOPY16. Everyone should use it with caution.
附件
1: XXCOPY.rar (2006-6-9 12:15, 60.92 KiB, 下载附件所需积分 1 点
,下载次数: 32)
|
|
2006-6-9 12:15 |
|
|
asbai
高级用户
   
积分 653
发帖 252
注册 2006-4-16
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
Originally posted by Wengier at 2006-6-6 22:37:
不行,那些我已试过发现都不行,包括HX下。Win9x中所带的支持长文件名的XCOPY32现在倒是可以在HX下运行(而且还是我向其作者提出后才能运行正常 ...
HX实现的 FindNextFile 和 FindFirstFile 有些问题,当要查找的文件在当前目录下没有匹配时,会拒绝搜索子目录而返回出错。最新版本还没试过,不知道解决了没有。这个问题很可能是导致xcopy不能在HX下面正常运行的原因。
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
刚又去测了一下,解决了!<img src="images/smilies/face-smile-big.png" align="absmiddle" border="0">
Last edited by asbai on 2006-6-9 at 13:41 ]
|
|
2006-6-9 13:36 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
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是不支持长文件名的。
Originally posted by fastslz at 2006-6-9 12:15 PM:
xxcpoy can be used in pure DOS. xxcpoy has the function of deleting all files in the target folder, which is especially suitable for use in virtual disks.
For example, XXCOPY /E /H /Z /YY %CDROM%:\PQ %RAMD%:\TEMP >NUL
Copy all ...
XXCOPY is not okay. The one you mentioned that can be used in pure DOS is XXCOPY16. As I said above, XXCOPY16 does not support long file names.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-6-9 13:41 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
Originally posted by asbai at 2006-6-9 01:36 PM:
HX实现的 FindNextFile 和 FindFirstFile 有些问题,当要查找的文件在当前目录下没有匹配时,会拒绝搜索子目录而返回出错。最新版本还没试过,不知道解决了没有。这个问题很可能是导致xcopy不能在HX下面正常运行的原因。
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
刚又去测了一下,解决了!
为了这个XCOPY,我先后通过几次邮件报告了至少三个BUG,被一一修正,因此终于能正常使用了。
Originally posted by asbai at 2006-6-9 01:36 PM:
There are some issues with the FindNextFile and FindFirstFile implemented by HX. When there is no matching file in the current directory, it refuses to search subdirectories and returns an error. I haven't tried the latest version yet, not sure if it's fixed. This problem is likely the reason why xcopy can't run normally under HX.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Just tested again, it's fixed!
For this XCOPY, I reported at least three bugs via several emails, and they were all fixed one by one, so it can finally be used normally.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-6-9 13:47 |
|
|
asbai
高级用户
   
积分 653
发帖 252
注册 2006-4-16
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
Originally posted by Wengier at 2006-6-9 13:47:
为了这个XCOPY,我先后通过几次邮件报告了至少三个BUG,被一一修正,因此终于能正常使用了。
呵呵,Wengier兄辛苦了。
我觉得 japheth 兄真可怜,偶最近也经常胁迫他加各种API支持,一开始还算合作,后来提到让他加 SMP 和 AIO 支持的时候终于崩溃了。<img src="images/smilies/face-wink.png" align="absmiddle" border="0">
Originally posted by Wengier at 2006-6-9 13:47:
For this XCOPY, I reported at least three bugs through several emails successively, and they were fixed one by one, so it can finally be used normally.
Hehe, brother Wengier has worked hard.
I think brother japheth is really pitiful. I often coerce him to add various API supports recently. At first, he was still cooperative. Later, when it came to asking him to add SMP and AIO supports, he finally broke down. ;)
|
|
2006-6-9 13:52 |
|
|
ogclub
新手上路

积分 8
发帖 4
注册 2006-3-1
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
個人喜歡使用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
I personally like using mirror.
Mirror creates 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 only overwrite existing files when 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.
Download: http://home.in.tum.de/~jain/dl.php?get=Mirror
|
|
2006-6-18 17:24 |
|
|
wrh9999
新手上路

积分 3
发帖 2
注册 2006-8-7
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
好的
学习方便了
Okay, learning has become more convenient.
|
|
2006-8-7 23:12 |
|
|
DOS1218
初级用户
 
积分 70
发帖 25
注册 2006-8-22
状态 离线
|
|
2006-8-23 11:37 |
|
|
brglng
银牌会员
     永遠的DOS~~~
积分 1200
发帖 466
注册 2005-2-1 来自 上海
状态 离线
|
|
2006-8-25 17:04 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
Originally posted by brglng at 2006-8-25 05:04 PM:
现在到底有没有实模式的支持长文件名的copy?
MS-DOS 7.1中的copy这个内部命令本身就支持长文件名。
Originally posted by brglng at 2006-8-25 05:04 PM:
Is there currently any real-mode copy that supports long filenames?
The copy internal command in MS-DOS 7.1 itself supports long filenames.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-8-25 22:31 |
|
|
brglng
银牌会员
     永遠的DOS~~~
积分 1200
发帖 466
注册 2005-2-1 来自 上海
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
我是说像XCOPY那样可以复制目录树和隐藏文件、系统文件的。。。
I mean like XCOPY that can copy directory trees and hidden files, system files, etc.
|

32位才是DOS未来的希望
个人网志:http://sololand.moe |
|
2006-8-26 10:32 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
Originally posted by brglng at 2006-8-26 10:32 AM:
我是说像XCOPY那样可以复制目录树和隐藏文件、系统文件的。。。
用XCLONE可以的。。
Originally posted by brglng at 2006-8-26 10:32 AM:
I mean something like XCOPY that can copy directory trees and hidden files, system files...
You can use XCLONE.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-8-26 21:38 |
|
|
qqlcy64
初级用户
 
积分 38
发帖 18
注册 2006-1-10
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
XCOPY,不错,谢谢提供
XCOPY, good, thanks for providing
|
|
2006-8-26 23:48 |
|
|
zhangshiyi
新手上路

积分 14
发帖 4
注册 2006-8-26
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
XXCOPY有几种版本呢??
How many versions of XXCOPY are there??
|
|
2006-8-27 01:05 |
|