|
wang730717
初级用户
 
积分 58
发帖 12
注册 2005-9-22
状态 离线
|
『楼 主』:
(已结,附文件管理工具VC)纯dos下如何拷贝文件夹
使用 LLM 解释/回答一下
(xcopy不能使用)
Last edited by willsort on 2005-9-27 at 14:52 ]
(XCOPY cannot be used)
Last edited by willsort on 2005-9-27 at 14:52 ]
|
|
2005-9-22 16:59 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
Re wang730717:
请问为何 xcopy 不能使用?如果是命令不存在,可以从 DOS 安装盘(本站提供的 MSDOS7.1 安装盘 便有此程序)上拷贝一个;如果是命令不适合你的用途,那么请具体说明你的拷贝要求。
Re wang730717:
Why can't xcopy be used? If the command doesn't exist, you can copy one from the DOS installation disk (the MSDOS7.1 installation disk provided on this site has this program); if the command is not suitable for your purpose, then please specify your copy requirements in detail.
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2005-9-22 18:37 |
|
|
chujiafu
银牌会员
    
积分 1337
发帖 594
注册 2004-5-26 来自 安徽 宿州
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
楼主说的Xcopy不能用,可能是因为版本的问题。比如你在Dos8.0下用Dos7.0版本的Xcopy就会提示“Incorrect Dos version”。还有就是Dos7.0的Xcopy不光要有Xcopy.exe,还要有Xcopy32.mod,否则会提示缺少 .mod文件。另外,Xcopy也有多个版本。
The problem that the Xcopy mentioned by the landlord cannot be used may be due to the version issue. For example, if you use the Dos 7.0 version of Xcopy under Dos 8.0, it will prompt "Incorrect Dos version". Also, for Dos 7.0's Xcopy, not only do you need Xcopy.exe, but also Xcopy32.mod; otherwise, it will prompt that the .mod file is missing. In addition, there are multiple versions of Xcopy.
|
|
2005-9-22 19:54 |
|
|
wang730717
初级用户
 
积分 58
发帖 12
注册 2005-9-22
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
谢谢两位的回答,我用光盘启动到dos下后使用xcopy时,提示不能在ms-dos下使用xcopy
Thanks to the two answers. After I boot from the CD to DOS and use xcopy, it prompts that xcopy cannot be used under MS-DOS
|
|
2005-9-23 11:45 |
|
|
quan_zhou
初级用户
 
积分 190
发帖 40
注册 2005-3-17
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
Re wang730717,
你在DOS 提示符下输入VER,查看你光盘起的DOS的版本,再告诉我,如可能的我
上传个XCOPY给你。
Re wang730717,
Please enter VER at the DOS prompt to check the version of DOS on your CD, then let me know. If possible, I'll upload an XCOPY for you.
|
|
2005-9-23 14:39 |
|
|
wang730717
初级用户
 
积分 58
发帖 12
注册 2005-9-22
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
好的,谢谢了,我现在就做一下,等我一会好把
Okay, thanks. I'll do it now. Wait for me for a while.
|
|
2005-9-23 15:37 |
|
|
wang730717
初级用户
 
积分 58
发帖 12
注册 2005-9-22
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
DOS 提示符下输入VER,显示的是windows millennium ver 4.90 .7000
我的mail:wfm2885353@163.com,先谢了朋友
The DOS prompt input VER shows Windows Millennium ver 4.90 .7000
My mail: wfm2885353@163.com, thanks in advance, friend
|
|
2005-9-23 15:49 |
|
|
chujiafu
银牌会员
    
积分 1337
发帖 594
注册 2004-5-26 来自 安徽 宿州
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
楼主,你的Dos是8.0的。你也可以用Dos7.0下的Xcopy,但是要用Dosver或Vers等小程序来自动转换Dos版本。
楼主,你的Dos是8.0的。你也可以用Dos7.0下的Xcopy,但是要用Dosver或Vers等小程序来自动转换Dos版本。
The LZ, your Dos is version 8.0. You can also use Xcopy under Dos 7.0, but you need to use small programs like Dosver or Vers to automatically convert the Dos version.
|
|
2005-9-23 19:12 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
你为何不用VC来拷贝文件夹?它支持鼠标,拷贝文件前先打VC,再选择文件夹拷贝即可
Why don't you use VC to copy folders? It supports the mouse. Before copying files, just type VC and then select the folder to copy.
|
|
2005-9-26 15:30 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
VC文件比DN要小的多
VC files are much smaller than DN ones.
|
|
2005-9-26 15:32 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2005-9-26 15:48 |
|
|
wang730717
初级用户
 
积分 58
发帖 12
注册 2005-9-22
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
qwe1234567你好,我用了你的vc,感觉的确不错。谢谢啊
qwe1234567 Hello, I used your VC and it really works well. Thanks!
|
|
2005-9-27 14:18 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
感觉不错就记得给我加分哟!!!!!!!!!!
If you feel it's good, remember to give me points!
|
|
2005-10-1 13:11 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
|
2005-10-1 17:26 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2005-10-4 08:44 |
|