|
wxhsqdy
初级用户
 
积分 122
发帖 4
注册 2003-7-31
状态 离线
|
『第 76 楼』:
使用 LLM 解释/回答一下
嘿嘿!!我是新手,提一个菜鸟问题:假如我要使用里面的 中文的HD-COPY2.0a 我改怎么办?
Hehe! I'm a newbie, and I have a noob question: If I want to use the Chinese version of HD-COPY2.0a inside, what should I do?
|
|
2003-8-7 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 77 楼』:
使用 LLM 解释/回答一下
改什么,
能不能说清楚点!
What to change,
Can you be more specific!
|

 |
|
2003-8-7 00:00 |
|
|
frankwoods
中级用户
  
积分 236
发帖 45
注册 2003-7-30
状态 离线
|
『第 78 楼』:
使用 LLM 解释/回答一下
你的xcopy支持长文件名否?
Does your xcopy support long file names?
|
|
2003-8-7 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
|
2003-8-7 00:00 |
|
|
xxtt99
中级用户
  
积分 256
发帖 57
注册 2003-5-28
状态 离线
|
『第 80 楼』:
清教?
使用 LLM 解释/回答一下
你的启动盘我刻成了光盘,问题也来了。先是不能选1带光盘启动,启动完毕就死机,其它几项都可以。可是今天再试我的两台电脑都能选1带光盘启动。怪怪!!!
另外,今天发现一个小BUG,在运行了几个小程序后光标变成乱码了,WHY???
“江民硬盘修复王”不能用呀
I burned your bootable disk into a CD, and then the problem came up. First, I couldn't select option 1 to boot from the CD, and the system would freeze after booting. The other options worked. But today, when I tried again, both of my computers could select option 1 to boot from the CD. That's strange!!!
Also, today I found a small BUG. After running several small programs, the cursor became garbled. WHY???
"Jiangmin Hard Disk Repair King" doesn't work.
|

曾经,见过DOS 玩过DOS
后来,开了WINDOWS
现在,进来个SARS
结果,每天瘟倒死 |
|
2003-8-8 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 81 楼』:
使用 LLM 解释/回答一下
第一个问题已经有人讲过了!
自己看看吧!
http://www2.zzu.edu.cn/ie/newdos/dispbbs.asp?boardID=11&ID=5535
第二个我没有看见过,
能不能讲的详细点啊!
第三个江民硬盘修复王是需要读小驱动作的啊!
所以丢一张软盘近小驱就OK了!
死人的江民写的保护动作!
这个以前也说过的啊!
The first question has been talked about by someone!
Take a look by yourself!
http://www2.zzu.edu.cn/ie/newdos/dispbbs.asp?boardID=11&ID=5535
The second one I haven't seen,
Can you talk about it in detail?
The third one, Jiangmin Hard Disk Repair King needs to read the small drive action!
So insert a floppy disk into the small drive and it's OK!
The dead Jiangmin wrote the protection action!
This was also mentioned before!
|

 |
|
2003-8-8 00:00 |
|
|
xxtt99
中级用户
  
积分 256
发帖 57
注册 2003-5-28
状态 离线
|
『第 82 楼』:
使用 LLM 解释/回答一下
第二个问题就是启动后运行了fdisk,format 仅仅是启动了就退出没真format.之后光标就是乱码了,输入字母,数字都显示乱码,不能正常输入!!!
The second problem is that after booting, fdisk and format were run, but it just exited after booting without actually formatting. Then the cursor becomes garbled. When entering letters and numbers, garbled characters are displayed, and normal input is not possible!!!
|

曾经,见过DOS 玩过DOS
后来,开了WINDOWS
现在,进来个SARS
结果,每天瘟倒死 |
|
2003-8-9 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 83 楼』:
使用 LLM 解释/回答一下
你第一次运行format其实实在运行format.bat,
forrnat.bat会把format.com从tool.cab中解压出来!
并自动运行format.bat 后面所带参数!
也就是%1%2这些东西!
所以和真的运行format是一样的效果啊!
当第二次运行的时候,
就会因为*.com和*.exe的优先级比*.bat高,
而自动运行*.com和*.exe文件了!
这不能不说是一次十分有意义的尝试啊!
这样就不必在启动时解压大量只是一次或者更本不使用的程序了!
可以大大的加快启动速度啊!
同时还可以正常的运行为解压的程序!
实在是太好了啊!
知道原理了!
我像你应该可以自己先分析一下把!
因为我这里运行的是很正常啊!
所以还得请你帮我具体说的清楚一点好吗!
这样我才能更好的分析啊!
谢谢!
The first time you run format, you are actually running format.bat. format.bat will extract format.com from tool.cab! And automatically run the parameters following format.bat! That is, %1%2 and so on! So it has the same effect as really running format! When running the second time, because the priority of *.com and *.exe is higher than that of *.bat, it will automatically run the *.com and *.exe files! This has to be said to be a very meaningful attempt! In this way, there is no need to extract a large number of programs that are only used once or not used at all at startup! It can greatly speed up the startup speed! At the same time, the programs that are not extracted can also be run normally! It's really great! I know the principle! I think you should be able to analyze it by yourself first! Because it runs very normally here for me! So I still need you to explain it more specifically! So that I can analyze it better! Thank you!
|

 |
|
2003-8-9 00:00 |
|
|
E140
初级用户
 
积分 133
发帖 12
注册 2003-8-9
状态 离线
|
『第 84 楼』:
使用 LLM 解释/回答一下
请教一个问题.中文启动盘在进入第一菜单时,加载的天汇中文系统只有英文和区位输入法.为什么再进入一级菜单后,就有拼音,五笔等.如我只想保留拼音,该如何去除其它的输入法呢?
Ask a question. When the Chinese boot disk enters the first menu, the Tianhui Chinese system loaded only has English and the区位 input method. Why does it have pinyin, Wubi, etc. after entering the first - level menu? If I only want to keep pinyin, how can I remove other input methods?
|
|
2003-8-9 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 85 楼』:
使用 LLM 解释/回答一下
其实去掉五笔输入发也很简单啊!
就是把 wb.mb删除了啊!
其实不就这点点空间啊!
删什么啊!
五笔加载了有什么不好的啊!
Actually, it's very simple to remove the Wubi input method!
Just delete wb.mb!
Actually, it's just such a little bit of space!
What are you deleting?
What's wrong with loading the Wubi input method?
|

 |
|
2003-8-10 00:00 |
|
|
chacha
初级用户
 
积分 144
发帖 17
注册 2003-7-30
状态 离线
|
『第 86 楼』:
使用 LLM 解释/回答一下
新版的中文启动盘什么时候出啊?
When will the new Chinese bootable disk be released?
|
|
2003-8-10 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 87 楼』:
使用 LLM 解释/回答一下
未知!
最近我没有空搞这个啊!
实在是对不起啊!
不过我有可能会出一个更正版!
修正一些BUG提高一些兼容性!
Unknown!
I don't have time to work on this recently!
I'm really sorry!
But I might release a corrected version!
Fix some bugs and improve some compatibility!
|

 |
|
2003-8-10 00:00 |
|
|
LK
高级用户
   
积分 915
发帖 309
注册 2002-12-22
状态 离线
|
|
2003-8-10 00:00 |
|
|
成渝线上跑
初级用户
 
积分 104
发帖 2
注册 2003-8-10
状态 离线
|
『第 89 楼』:
使用 LLM 解释/回答一下
汉化版!太适合我等菜鸟了,最好再制作一个含ghost和diskgen的全中文启动盘,呵呵!
Chinese-style casual remarks, not a strict translation task with specific technical terms that need precise translation. The text is in Chinese, and the translation is: "Chinese version! Perfect for noobs like us. It would be great to make a full Chinese bootable disk including ghost and diskgen, hehe!"
|
|
2003-8-10 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 90 楼』:
使用 LLM 解释/回答一下
你可以直接把LOGO删了啊!
把diskgen放进去啊!
还有SCANDISK也可以删了啊!
这样就能放一些别的东西了啊!
You can directly delete the LOGO! Put diskgen in it! Also, SCANDISK can be deleted! Then some other things can be put in!
|

 |
|
2003-8-10 00:00 |
|