|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
|
2005-11-30 13:34 |
|
|
alchemist
高级用户
   
积分 652
发帖 193
注册 2005-9-25
状态 离线
|
『第 17 楼』:
dircon03
使用 LLM 解释/回答一下
这是dircon03文件管理软件,在win32下支持长文件名,复制速度也较快。但在纯dos下用doslfn虽能显示长文件名,但不能复制,即使加载了您编写的fakewin4
也不奏效。请您解决,谢谢
Last edited by alchemist on 2005-12-5 at 12:28 ]
This is the dircon03 file management software, which supports long file names under win32 and has a relatively fast copying speed. But under pure DOS, although doslfn can display long file names, it cannot copy. Even after loading the fakewin4 you wrote, it doesn't work. Please solve this problem. Thank you
Last edited by alchemist on 2005-12-5 at 12:28 ]
附件
1: dircon03.rar (2005-12-2 17:12, 277.69 KiB, 下载附件所需积分 1 点
,下载次数: 47)
|
|
2005-12-2 17:12 |
|
|
alchemist
高级用户
   
积分 652
发帖 193
注册 2005-9-25
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
Wengier大哥,感谢您给我帮助,我们现在终于可以udmx/xdma+smartdrv/pc-
cache下的纯 dos 的命令行下像 win32 一样快速复制长文件夹了。arj 、ace、rar、 zip也都在纯dos下完全支持长文件名了,您真是一个优秀的DOS程序员了,
感谢您对dos的巨大贡献。下面是Archive Lister最新版,可在纯dos下用doslfn支持长文件名,复制速度也很快
Brother Wengier, thank you for your help. Now we can finally copy long folders quickly in the pure DOS command line under udmx/xdma + smartdrv/pc-cache just like in Win32. arj, ace, rar, zip all fully support long filenames in pure DOS. You are really an excellent DOS programmer. Thanks for your great contribution to DOS. The following is the latest version of Archive Lister, which can be used in pure DOS with doslfn to support long filenames, and the copying speed is also very fast
附件
1: al275.part1.rar (2005-12-5 12:54, 488.28 KiB, 下载附件所需积分 1 点
,下载次数: 68)
附件
2: al275.part2.rar (2005-12-5 12:54, 102.25 KiB, 下载附件所需积分 1 点
,下载次数: 36)
|
|
2005-12-5 12:54 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
首先谢谢夸奖。DOS下能全面支持长文件名确实是很不错的。
另外DirCon我已试了,确有此问题。不过由于可以列出长文件名,只是不能复制长文件名,因此可见它并非不支持或无法使用长文件名,而复制部分的问题应与DOSLFN本身有关。我已与其作者联系,以试图进行修正。
First, thank you for the compliment. It's really nice that long filenames are fully supported under DOS.
Also, I've tested DirCon and there is indeed this problem. However, since it can list long filenames but just can't copy them, it can be seen that it doesn't mean it doesn't support or can't use long filenames. And the problem with the copying part should be related to DOSLFN itself. I have contacted its author to try to correct it.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2005-12-6 13:17 |
|
|
alchemist
高级用户
   
积分 652
发帖 193
注册 2005-9-25
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
fw135长文件名问题早已解决,那个time lock我找到了,不麻烦您了Wengier
现在又有文件在dos实模式的文件管理器里高速飞行了,真是------太棒了!!
帮我找一个在纯dos下记录文件读写的工具如“FCHECK 仅628个字节,比许多病毒还要小巧,文件服务跟踪器,驻留在内存中可以记录所有文件的打开、关闭、读、写等操作,记录文件为C盘根目录下的"fopen.inf",也可以记录到WIN32系统的文件操作。”多谢
我刚学过dos的C语言基础,不知怎样编具体的dos简单工具,请帮帮忙,鸣谢
The long filename issue of fw135 has long been resolved. I found that time lock, so it doesn't trouble you, Wengier. Now there are files flying at high speed in the DOS real-mode file manager again, really ------ great!
Help me find a tool to record file reads and writes under pure DOS like "FCHECK which is only 628 bytes, smaller than many viruses, a file service tracker, resides in memory and can record all file open, close, read, write and other operations, records the file as "fopen.inf" in the root directory of drive C, and can also record file operations of the WIN32 system." Thanks a lot.
I just learned the basic C language of DOS, and I don't know how to compile a specific simple DOS tool. Please help, thanks!
|
|
2005-12-7 18:49 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
FCHECK这个工具似乎比较老,是由加盟DOS联盟的起步网站站长MYS收集的,因此最好找他来得到此工具吧。
要用C语言编DOS“简单”工具,要看怎么个简单法,例如显示一些字符的工具,只需要printf命令即可完成。
The FCHECK tool seems relatively old. It was collected by MYS, the webmaster of the starting website that joined the DOS Union. Therefore, it's best to find him to get this tool.
To compile a "simple" DOS tool in C language, it depends on what kind of simplicity means. For example, a tool that displays some characters can be completed with just the printf command.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2005-12-8 09:50 |
|
|
alchemist
高级用户
   
积分 652
发帖 193
注册 2005-9-25
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
我说的是像批处理一样,但是是可以使用more操作的并且还可使用/?的(即可执行文件与“/?”没有空格仍可执行的。多谢
What I'm talking about something like batch processing, but it can use the more operation and also use /?. (That is, the executable file can still be executed without a space between it and "/?". Thanks)
|
|
2005-12-8 13:16 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
如果要讨论与原主题无关的内容的话,建议另发一个新话题来讨论吧。
本主题只应讨论与DOS下长文件名支持有关的内容,例如报告、解决相关问题等。
If you want to discuss content unrelated to the original topic, it is recommended to start a new topic to discuss.
This topic should only discuss content related to long filename support under DOS, such as reporting and solving related problems, etc.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2005-12-8 13:25 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
alchemist:
现在DOSLFN作者已发给我专门用于解决DirCon 0.3复制文件问题的最新版DOSLFN(见附件),经测试,DirCon应该已能正常复制长文件名了。如果发现还有问题,或者其它软件的相关问题,欢迎继续报告。
alchemist:
The author of DOSLFN has sent me the latest version of DOSLFN specially for solving the file copying problem of DirCon 0.3 (see the attachment). After testing, DirCon should be able to copy long filenames normally. If you find any problems or related problems with other software, you are welcome to continue reporting.
附件
1: DOSLFN.COM (2005-12-12 01:11, 11.6 KiB, 下载附件所需积分 1 点
,下载次数: 50)
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2005-12-11 23:50 |
|
|
alchemist
高级用户
   
积分 652
发帖 193
注册 2005-9-25
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
Wengier大哥,dos之神。系统的化身。
我们的最终目标:让流行的dos软件都支持长文件名,让tsr程序调入XMS,制作dos下的win32 console模拟器。破解windows程序或(开发类似EOSLX的windows虚拟机)让dos运行windows程序------,还有GUN精神!不做Microsoft的傻瓜!
Brother Wengier, the God of DOS. The incarnation of the system.
Our ultimate goal: Make popular DOS software support long filenames, let TSR programs load into XMS, and make a Win32 console emulator under DOS. Crack Windows programs or (develop a Windows virtual machine similar to EOSLX) to let DOS run Windows programs ------, and also the GUN spirit! Don't be a fool of Microsoft!
|
|
2005-12-13 12:20 |
|
|
alchemist
高级用户
   
积分 652
发帖 193
注册 2005-9-25
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
我不是在做梦吧,我竟推动了DOSLFN的更新方向,简直难以置信。
Wengier感谢您对DOS和我的支持,我在献上DOS-COMMAND-CENTER支持长文件名的可快速复制文件夹的文件管理器完整版,点击 这儿远程下载:
Am I not dreaming? I actually influenced the update direction of DOSLFN, it's simply incredible.
Wengier thanks you for your support for DOS and me, I am presenting the full version of a file manager that supports long filenames and can quickly copy folders for DOS-COMMAND-CENTER. Click here to download remotely:
|
|
2005-12-17 12:18 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
这个"DOS-COMMAND-CENTER"似乎是德文版,几乎完全看不懂。
This "DOS-COMMAND-CENTER" seems to be the German version, almost completely incomprehensible.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2005-12-17 13:33 |
|
|
alchemist
高级用户
   
积分 652
发帖 193
注册 2005-9-25
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
看不懂,可以猜嘛。我还用dfkc2k的dos版翻译呢,虽然初不了多少中文。我想比较一下HH97与QDict 4.1 哪个更强,上传一下,好吗?
这里在献上 Inifile1.2 最新版,方便的命令行方式的编辑INI文件(Windows格式,如WIN.INI文件)的工具,包括加入项目,删除项目,读取项目,写入项目等.例如要修改项目可用"INIFILE filename item=string"格式 .
Last edited by alchemist on 2005-12-17 at 22:22 ]
Can't understand, can guess. I also use the DOS version of dfkc2k for translation, although not much Chinese can be translated. I want to compare which is stronger between HH97 and QDict 4.1, can you upload it?
Here is the latest version of Inifile1.2 presented, a tool for editing INI files in Windows format (such as WIN.INI file) in a convenient command line way, including adding items, deleting items, reading items, writing items, etc. For example, to modify an item, you can use the format "INIFILE filename item=string".
Last edited by alchemist on 2005-12-17 at 22:22 ]
|
|
2005-12-17 22:18 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
呵呵,如果完全要靠猜才能使用的话多不方便。对我来说,DOS软件最好是英文版,其次是中文版,至于其它语言嘛。。
HH97和QDict建议在网站上下载,我的此电脑上目前尚未有保存,故不方便上传。
Hehe, it would be very inconvenient if you had to rely entirely on guessing to use it. For me, DOS software is preferably in English, followed by Chinese, and as for other languages...
HH97 and QDict are recommended to be downloaded from the website. I don't have them saved on my computer at present, so it's not convenient to upload.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2005-12-19 06:43 |
|
|
alchemist
高级用户
   
积分 652
发帖 193
注册 2005-9-25
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
新dos时代网站上的不能下载,国内其他网站也没有下载,这年头,中文 dos 软件下载,难啊!给我传上吧,Wengier老大
The new DOS era website cannot be downloaded, and there are no downloads on other domestic websites. These days, it's difficult to download Chinese DOS software! Please upload it for me, Boss Wengier.
|
|
2005-12-21 17:10 |
|