|
martin325
银牌会员
    
积分 1582
发帖 603
注册 2006-2-20
状态 离线
|
『楼 主』:
[下载]提供XCOPY下载
使用 LLM 解释/回答一下
如题。见附件。
附件里的 MORE 是分屏查看信息的小工具。
Last edited by llm on 2006-4-28 at 15:36 ]
As the title. See the attachment.
The MORE in the attachment is a small tool for viewing information in split screens.
Last edited by llm on 2006-4-28 at 15:36 ]
附件
1: XCOPY.rar (2006-4-27 09:44, 19.43 KiB, 下载附件所需积分 1 点
,下载次数: 829)
|
|
2006-4-27 09:44 |
|
|
taoty
中级用户
   传说中的菜鸟
积分 275
发帖 112
注册 2005-4-22
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
收下来看看是什么好东西。感谢分享。
Take it down and see what good stuff it is. Thanks for sharing.
|
|
2006-4-27 15:16 |
|
|
lhf102899
新手上路

积分 2
发帖 1
注册 2006-5-9
状态 离线
|
|
2006-5-9 23:52 |
|
|
dos_jacky
初级用户
 
积分 124
发帖 10
注册 2004-10-9
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
感謝大大的分享。
尤其是分屏器。
這是寫程式人的重要工具,真的很感謝。
Thanks for the great share.
Especially the splitter.
This is an important tool for programmers, really thanks.
|
|
2006-5-14 12:50 |
|
|
BWSkyer
中级用户
   我是DOS学者
积分 367
发帖 180
注册 2006-5-14 来自 重庆
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
分屏器???
XCOPY在DOS下面本来就有的哦~~
Split screen device???
XCOPY has been available under DOS originally, oh~~
|
|
2006-5-14 14:13 |
|
|
272922032
禁止访问
积分 97
发帖 41
注册 2005-10-6
状态 离线
|
|
2006-5-14 19:01 |
|
|
ick
初级用户
 
积分 28
发帖 12
注册 2006-5-29
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
xcopy 在dos下本来就有,只是功能不强,不能复制隐藏文件,看看你的有什么不同 打
xcopy is originally available under DOS, but its function is not strong enough and it cannot copy hidden files. Let's see what's different about yours. 打
|
|
2006-5-30 12:38 |
|
|
ick
初级用户
 
积分 28
发帖 12
注册 2006-5-29
状态 离线
|
『第 8 楼』:
不错,收藏了
使用 LLM 解释/回答一下
以下是下载后查看的帮助信息,不知道最低的dos支持版本是多少
XCOPY v1.1 - (C)opyright 2001-2003 by Rene Ableidinger
Copies files and directory trees.
XCOPY source
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 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.
Here is the translation of the content you provided:
### Here is the help information for viewing after downloading. I don't know the lowest supported version of DOS.
XCOPY v1.1 - (C)opyright 2001 - 2003 by Rene Ableidinger
Copies files and directory trees.
XCOPY source
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 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.
|
|
2006-5-30 12:43 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
这个XCOPY也不支持长文件名的。
This XCOPY doesn't support long file names either.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-5-30 12:56 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
COPY我还是喜欢用XXCOPY,特别在批处理使用
I still prefer to use XXCOPY, especially when using in batch processing
|
|
2006-6-5 08:55 |
|
|
zzq168
新手上路

积分 6
发帖 4
注册 2006-6-6
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
xxcopy 有什么好用的地方吗? 我好像没有看出来,虽然我知道它可能比xcopy好用!
请赐教,谢谢!!
Is there any useful aspect of xxcopy? I don't seem to see it, although I know it might be better than xcopy!
Please give me some advice, thank you!
|
|
2006-6-6 11:06 |
|
|
weilong888
银牌会员
    
积分 1270
发帖 548
注册 2004-5-31
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
XXCOPY能支持长文件名的COPY。
XXCOPY supports copying long filenames.
|
|
2006-6-6 12:43 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
Originally posted by weilong888 at 2006-6-6 12:43 PM:
XXCOPY能支持长文件名的COPY。
可惜XXCOPY不能在纯DOS下使用(而能在DOS下使用的XXCOPY16则不支持长文件名)。
Originally posted by weilong888 at 2006-6-6 12:43 PM:
XXCOPY can support copying long filenames.
It's a pity that XXCOPY cannot be used in pure DOS (while XXCOPY16, which can be used in DOS, does not support long filenames).
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-6-6 13:26 |
|
|
BWSkyer
中级用户
   我是DOS学者
积分 367
发帖 180
注册 2006-5-14 来自 重庆
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
XXCOPY不能在纯DOS下运行,那么在其他的DOS里面呢,如freedos32,HX DOS
...可以运行吗??
还有就是XXCOPY有几种版本呢??
XXCOPY cannot run under pure DOS. Then, can it run under other DOSes, such as FreeDOS 32, HX DOS...?
Also, how many versions of XXCOPY are there?
|
|
2006-6-6 18:14 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
Originally posted by BWSkyer at 2006-6-6 06:14 PM:
XXCOPY不能在纯DOS下运行,那么在其他的DOS里面呢,如freedos32,HX DOS
...可以运行吗??
还有就是XXCOPY有几种版本呢??
不行,那些我已试过发现都不行,包括HX下。Win9x中所带的支持长文件名的XCOPY32现在倒是可以在HX下运行(而且还是我向其作者提出后才能运行正常的)。
Originally posted by BWSkyer at 2006-6-6 06:14 PM:
XXCOPY cannot run under pure DOS. Then, what about other DOSes, such as freedos32, HX DOS... Can they run?
Also, how many versions of XXCOPY are there?
No, I have tried those and found they don't work, including under HX. The XCOPY32 with long filename support in Win9x can now run under HX (and it was only after I approached the author that it could run properly).
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-6-6 22:37 |
|