|
swdlmxy
初级用户
 
积分 223
发帖 49
注册 2003-7-24
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
真的不错,太好用了.继续努力,再出精品!
Really good, very easy to use. Keep up the good work and release more excellent works!
|
|
2003-7-29 00:00 |
|
|
jssyq
银牌会员
    
积分 1231
发帖 498
注册 2002-12-3
状态 离线
|
|
2003-7-29 00:00 |
|
|
agzhu
初级用户
 
积分 112
发帖 4
注册 2003-7-29
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
沈洁先生!我下了你的最新的2.0版的镜像,用hd-cop解压到软盘后,启动运行报错,提示:bad command or file name
请解决!!
Mr. Shen Jie! I downloaded your latest 2.0 version image, and after extracting it to a floppy disk with hd-cop, when I start it, an error occurs, prompting: bad command or file name. Please solve it!
|
|
2003-7-29 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
说的详细一点好吗!
不过照我看你的软盘质量很可能会有问题啊!
再找一张软盘试试啊!
Could you please be more detailed! But from what I see, the quality of your floppy disk is very likely to be problematic! Try another floppy disk!
|

 |
|
2003-7-30 00:00 |
|
|
agzhu
初级用户
 
积分 112
发帖 4
注册 2003-7-29
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
软盘没有问题,我先用CDRW刻录启动盘测试时发现的,后用软盘测试结果一样~~
可以出现LOGO,随后报错!!!!!
The floppy disk is okay. I first found this when testing bootable disk with CDRW burning, and then tested with floppy disk and got the same result. It can display the LOGO, and then reports an error!!!!!
|
|
2003-7-30 00:00 |
|
|
agzhu
初级用户
 
积分 112
发帖 4
注册 2003-7-29
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
故障原因是不是这样??
你的AUTOEXEC.bat文件如下:@echo off
set EXPAND=YES
set temp=c:\
set tmp=c:\
mouse
cls
xmsdsk 2048 /y
cls
findramd >nul
path=%RAMDRIVE%\;a:\
copy command.com %RAMDRIVE%\ > NUL
set comspec=%RAMDRIVE%\command.com
copy extract.exe %RAMDRIVE%\ > NUL
%RAMDRIVE%\
extract /y /e /l %RAMDRIVE% a:\ebd.cab > NUL
wall.bat
倒数第3行开始,应该是:
%RAMDRIVE%\extract /y /e /l %RAMDRIVE% a:\ebd.cab > NUL
Is the cause of the failure like this??
Your AUTOEXEC.bat file is as follows: @echo off
set EXPAND=YES
set temp=c:\
set tmp=c:\
mouse
cls
xmsdsk 2048 /y
cls
findramd >nul
path=%RAMDRIVE%\;a:\
copy command.com %RAMDRIVE%\ > NUL
set comspec=%RAMDRIVE%\command.com
copy extract.exe %RAMDRIVE%\ > NUL
%RAMDRIVE%\
extract /y /e /l %RAMDRIVE% a:\ebd.cab > NUL
wall.bat
Starting from the third last line, it should be:
%RAMDRIVE%\extract /y /e /l %RAMDRIVE% a:\ebd.cab > NUL
|
|
2003-7-30 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
O我知道是什么问题了!
又是CAB包压缩率过高的问题!
我以前也碰到过,
有人说这是因为压缩过的extract的原因,
但是我不这么认为!
结果被我GHOST了一下系统后就一切OK了!
我始终怀疑是启动扇区有问题,
我也就此问过版主可是没有恢复,
你可以试着把启动盘中的EBD.CAB和TOOL.cab解压后从新打包,
空间不够就把scandisk给删了!
打包的时候最好选择MSZIP,
这样虽然体积会大一点,
但是一定能用,
稳定啊!
还有请版主出来说说,
能不能帮助分析出一个真正的原因来!
O I know what the problem is!
It's again the problem of too high compression rate of CAB package!
I encountered it before too,
Some people said it was because of the extracted compressed,
But I don't think so!
As a result, after I GHOSTed the system once, everything was OK!
I always suspect that there is a problem with the boot sector,
I also asked the moderator about this but there was no recovery,
You can try to extract EBD.CAB and TOOL.cab from the boot disk and repackage them,
If there is not enough space, delete scandisk!
When packaging, it is best to choose MSZIP,
Although the volume will be a little larger,
But it must work, stable!
And please let the moderator come out and say,
Can you help analyze a real reason!
|

 |
|
2003-7-30 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
|
2003-7-30 00:00 |
|
|
agzhu
初级用户
 
积分 112
发帖 4
注册 2003-7-29
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
原因找到~~,楼主的软件有个BUG——只要电脑的硬盘的c:盘不是FAT32或FAT这样的WIN98能用的分区,就会出现此故障,我的电脑C区是NTFS的,整个硬盘的只有最后一个区是FAT32的,该软盘启动后,C区就成了RAM盘了,
The reason is found~~. There is a bug in the owner's software - as long as the C: drive of the computer's hard disk is not a partition that can be used by WIN98 such as FAT32 or FAT, this fault will occur. My computer's C drive is NTFS, and the only last partition of the entire hard disk is FAT32. After the floppy disk is booted, the C drive becomes a RAM disk.
|
|
2003-7-30 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
EXTRACT.EXE文件本身压缩和不压缩没有关系。如果是用新版本的EXTRACT的话,压缩率通常也不成问题,但是,当以下两种条件同时满足时,EXTRACT解压时可能会出现“Out of memory while processing cabinet file”之类的错误:
1:无硬盘或硬盘已在CMOS中被禁用;
2:当LZX的值为19、20或21进行高度压缩时。
由于LZX:18或以下是不会出现此问题的,而且我做的超级MS-DOS 7.10启动盘正是用的LZX:18进行压缩(当时是因为我和phantom发现LZX:18的压缩率有时其实比21更高),所以我做的那个超级MS-DOS 7.10启动盘在任何情况下解CAB时都不会出现类似问题了。
The compression of the EXTRACT.EXE file itself has nothing to do with it. If you use a new version of EXTRACT, the compression ratio is usually not a problem. However, when the following two conditions are met simultaneously, an error like "Out of memory while processing cabinet file" may occur when EXTRACT is decompressed:
1: No hard disk or the hard disk has been disabled in the CMOS;
2: When LZX is highly compressed with a value of 19, 20, or 21.
Because LZX:18 or lower will not have this problem, and the super MS-DOS 7.10 boot disk I made exactly uses LZX:18 for compression (at that time, it was because Phantom and I found that the compression ratio of LZX:18 was sometimes actually higher than 21), so the super MS-DOS 7.10 boot disk I made will not have similar problems when decompressing CABs in any situation.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-7-30 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
我觉得版主说的有道理!
我也这么试过可行,
和第一分区是NTFS分区一点关系也没有啊!
因为我以前就是第一分区为NTFS啊!
不过对于版主的讲法我有一点意义,
为什么在同一台机器上会有时能用有时不行啊!
实在是怪啊!
I think what the moderator said makes sense!
I also tried this and it worked,
It has nothing to do with the first partition being an NTFS partition at all!
Because my first partition was NTFS before!
But I have a little meaning for the moderator's statement,
Why does it sometimes work and sometimes not on the same machine?
It's really strange!
|

 |
|
2003-7-30 00:00 |
|
|
jhhjwok
中级用户
  
积分 278
发帖 52
注册 2003-6-10
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
本人下载ebd.cab、tool.cab后,拷到刚制作的原软盘上,提示“软盘己满,请换一张空白软盘。”换了几次方法,问题如旧。发现ebd.cab大小为371kb,tool.cab大小为141kb,根本无法替换原ebd.cab、tool.cab。现重新制作后发现ebd.cab大小为347kb,tool.cab大小为125kb,替换原ebd.cab、tool.cab成功!!!
ebd.cab:
打开附件
tool.cab:
打开附件
After downloading ebd.cab and tool.cab, I copied them to the newly created original floppy disk, but it prompted "The floppy disk is full, please change to a blank floppy disk." After trying several times, the problem remained the same. I found that the size of ebd.cab was 371kb and the size of tool.cab was 141kb, which could not replace the original ebd.cab and tool.cab at all. Then I recreated it and found that the size of ebd.cab was 347kb and the size of tool.cab was 125kb, and successfully replaced the original ebd.cab and tool.cab!!!
ebd.cab:
Open attachment
tool.cab:
Open attachment
|
|
2003-7-30 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
以下是引用沈洁在2003-7-30 0:33:34的发言:
O我知道是什么问题了!
又是CAB包压缩率过高的问题!
我以前也碰到过,
有人说这是因为压缩过的extract的原因,
但是我不这么认为!
结果被我GHOST了一下系统后就一切OK了!
我始终怀疑是启动扇区有问题,
我也就此问过版主可是没有恢复,
你可以试着把启动盘中的EBD.CAB和TOOL.cab解压后从新打包,
空间不够就把scandisk给删了!?
打包的时候最好选择MSZIP,
这样虽然体积会大一点,
但是一定能用,
稳定啊!
还有请版主出来说说,
能不能帮助分析出一个真正的原因来!
老大你没有看见上面的话吗!
空间不够就把scandisk给删了!?
The following is the statement from Shen Jie on 2003-7-30 0:33:34:
Oh, I know what the problem is!
It's again the problem of too high compression ratio of the CAB package!
I also encountered this before,
Some people said it was because of the extracted compressed files,
But I don't think so!
As a result, after I GHOSTed the system once, everything was OK!
I always suspected that there was a problem with the boot sector,
I also asked the moderator about this but there was no recovery,
You can try to extract EBD.CAB and TOOL.cab from the boot disk, repackage them,
If there is not enough space, delete scandisk!?
It's best to choose MSZIP when packaging,
Although the volume will be a little larger,
But it must work and be stable!
Also, please let the moderator come out and say,
Can you help analyze a real reason!
Boss, didn't you see the above words!
If there is not enough space, delete scandisk!?
|

 |
|
2003-7-30 00:00 |
|
|
电吉入侵
初级用户
 
积分 1480
发帖 377
注册 2003-6-6
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
沈洁,你的启动盘怎么能做到COPY这种内部命令也中文呢?
Shen Jie, how did you make the boot disk be able to copy internal commands in Chinese?
|

欢迎大家访问我的主页!
精品.爱好http://iso.533.net |
|
2003-7-30 00:00 |
|
|
frankwoods
中级用户
  
积分 236
发帖 45
注册 2003-7-30
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
建议改tool.cab为tools.cab,典型的Chinglish!
Suggest changing tool.cab to tools.cab, which is a typical Chinglish!
|
|
2003-7-30 00:00 |
|