|
DOS95
初级用户
 
积分 112
发帖 49
注册 2006-9-23
状态 离线
|
『楼 主』:
给大家提供几个小工具
使用 LLM 解释/回答一下
CL:这是个 DOS 不用汉字系统就可以直接看中文文本的工具,我破解过的;
RAR206:RAR FOR DOS 16 位版,2.06版,比 2.50 压缩比高;
RAR250:DOS16 下的 RAR 最后版本;
RAR.CFG:我的 RAR 的配置文件,放在这里就是为了提供一个注册文件,2.06 和 2.50 通用;
TI:驻留内存的 IMG 文件工具,占用 A: 盘符,可随时重新加载 IMG 文件;(当年我安装 QB,TC 全靠它了,超好用)
UNDISK:这个想必很多人知道了吧?解 IMG 的东西;
下载这几个小东西 链接已失效(管理员注)
CL: This is a tool for DOS to directly view Chinese text without a Chinese character system; I have cracked it.
RAR206: RAR FOR DOS 16-bit version, version 2.06, has a higher compression ratio than 2.50.
RAR250: The final version of RAR under DOS16.
RAR.CFG: My RAR configuration file, placed here to provide a registration file, which is universal for 2.06 and 2.50.
TI: The IMG file tool that resides in memory, occupies drive A: disk, can reload IMG files at any time; (back then I installed QB, TC all relied on it; super easy to use)
UNDISK: This must be known by many people; it is something to extract IMG.
Download these small things The link has expired (note from the administrator)
|
|
2006-10-11 21:15 |
|
|
jieok3375
中级用户
  
积分 282
发帖 130
注册 2006-9-20 来自 广东
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
偶都不会用……
555
I can't use it...
555
|

~~~~好好学习
天天向上~~~~ |
|
2006-10-11 21:56 |
|
|
bc12060101
银牌会员
    
积分 1455
发帖 712
注册 2006-1-20
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
嘿嘿,虽说都没用过,还是先占住再说!
谢谢了!
Hehe, although I haven't used it, I'll occupy it first!
Thanks!
|
|
2006-10-11 22:27 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
CL 1.07版好像不用破解就可以一直正常使用吧?
Is version 1.07 doesn't seem to require cracking to be used normally all the time?
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-10-12 00:04 |
|
|
taojiang
初级用户
 
积分 145
发帖 66
注册 2006-10-3
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
除了DOS下的RAR,其它的用处不太大
Other than RAR under DOS, the other uses are not too great
|
|
2006-10-12 02:06 |
|
|
qq82015930
中级用户
  
积分 235
发帖 109
注册 2006-8-24
状态 离线
|
|
2006-10-13 06:45 |
|
|
redtek
金牌会员
     
积分 2902
发帖 1147
注册 2006-9-21
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
顶!!!收下~:)
Top!!! Take it ~ :)
|

Redtek,一个永远在网上流浪的人……
_.,-*~'`^`'~*-,.__.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._ |
|
2006-10-13 07:18 |
|
|
DOS95
初级用户
 
积分 112
发帖 49
注册 2006-9-23
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by Wengier at 2006-10-12 00:04:
CL 1.07版好像不用破解就可以一直正常使用吧?
俱我从源代码分析所知,CL 有使用次数限制,是可以用 999 次,第 1000 就会破坏源文件,然后就再也不能运行了。
测试的方法很简单,把原文件作个备份,运行一次后再比较就可以看出不同了。
copy/b cl.exe cl.bak
cl
fc/b cl.exe cl.bak
然后就可以看出不同的地方。除非所在的盘不可写。
Originally posted by Wengier at 2006-10-12 00:04:
Does version 1.07 of CL not need to be cracked to work normally all the time?
As far as I can tell from analyzing the source code, CL has a usage limit. It can be used 999 times. The 1000th time it will corrupt the source file, and then it won't run anymore.
The test method is very simple. Make a backup of the original file, run it once, and then compare to see the difference.
copy/b cl.exe cl.bak
cl
fc/b cl.exe cl.bak
Then you can see the different places. Unless the disk you are on is not writable.
|
|
2006-10-14 23:38 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
Originally posted by DOS95 at 2006-10-14 11:38 PM:
俱我从源代码分析所知,CL 有使用次数限制,是可以用 999 次,第 1000 就会破坏源文件,然后就再也不能运行了。
测试的方法很简单,把原文件� ...
我估计你是指的一些老版本(如1.05版)吧?这个我早就发现了,但我上面说的新版本(1.07版)中根本就没有这个问题。
I estimate you are referring to some older versions (such as version 1.05)? I have long discovered this, but the new version (version 1.07) I mentioned above has no such problem at all.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-10-15 00:30 |
|
|
DOS95
初级用户
 
积分 112
发帖 49
注册 2006-9-23
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
EN,我看了一下,发现我的真得是1.05,8好意思了……
EN, I took a look and found that mine is really 1.05, sorry...
|
|
2006-10-15 15:41 |
|
|
amao
中级用户
  
积分 316
发帖 152
注册 2006-6-18
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
真是找了很久了。太感谢你了。
I've been looking for it for a long time. Thank you so much.
|
|
2006-10-15 20:28 |
|
|
tangtai
高级用户
   
积分 640
发帖 314
注册 2006-8-13
状态 离线
|
|
2006-10-18 00:16 |
|
|
lishuzhong8
新手上路

积分 4
发帖 2
注册 2006-1-13
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
偶都不会用的说~~~
I don't even know how to use it~~~
|
|
2006-10-19 08:49 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2006-10-20 17:26 |
|