|
lk
高级用户
   
积分 915
发帖 309
注册 2002-12-22
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
您把它COPY到启动软盘里,就知道是用來做什麼的了。
Just copy it to the boot floppy, and you'll know what it's used for.
|
|
2003-4-27 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
请问怎样屏蔽掉config的显示用echo吗?
Excuse me, how to use echo to block the display of config?
|

 |
|
2003-4-27 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
我記得好像只有autoexec.bat才能加echo吧!!config.sys好像不行
I remember that only autoexec.bat can add echo!! config.sys seems not possible
|

MSN:tiqit2@hotmail.com
 |
|
2003-4-27 00:00 |
|
|
mys
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
JO.SYS我倒在WIN97(95OS2版)见过,如果在它下面启动DOS622,就会产生这个东西,至果要用软盘启动后把它改回IO.SYS才能回到WIN97。
这当然不是楼上的所说的JO.SYS了。
I have seen JO.SYS in WIN97 (95 OS2 version). If you start DOS 622 under it, this thing will be generated. To get back to WIN97, you have to boot with a floppy disk and change it back to IO.SYS.
This is certainly not the JO.SYS mentioned by the person above.
|

我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
|
|
2003-4-27 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
|
2003-4-27 00:00 |
|
|
华龙
初级用户
 
积分 127
发帖 10
注册 2003-5-8
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
对于在CONFIG菜单中显示中文的,我以前看到一个工具可以,不过得编程,很麻烦。它的原理用笔划来组成中文,虽然不好看,但已经很不错了。占用内存又极小。
For displaying Chinese in the CONFIG menu, I saw a tool before, but it requires programming, which is very troublesome. Its principle is to form Chinese characters with strokes. Although it doesn't look good, it's already very good. And it occupies extremely little memory.
|
|
2003-5-9 00:00 |
|
|
如是大师
元老会员
         步行的人
积分 9654
发帖 3351
注册 2003-3-11 来自 湖北
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
多给点资讯嘛,也好查找。。。
Give more information, so that it's easier to find...
|

弄花香满衣,掬水月在手。
明月鹭鸟飞, 芦花白马走。
我自一过后,野渡现横舟。
青云碧空在,净瓶水不流。
http://dos.e-stone.cn/guestbook/index.asp
======中國DOS聯盟=====
我的新网页http://rsds.7i24.com欢迎光顾 |
|
2003-5-9 00:00 |
|
|
kevinet
中级用户
   路由狗
积分 354
发帖 47
注册 2003-5-6
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
不明白为什么大家要汉化 CONFIG.SYS 的菜单,我觉得启动盘应当是干净整洁的,该是什么 DOS,就是什么 DOS。如果大家一定要汉化菜单,在 表前加上中文显示命令就是了,方法是使用“INSTALL=〈COMMAND-LINE〉”。或是 CONFIG.SYS 中不用 表,在 AUTOEXEC.BAT 中编,而且会更好看些。
I don't understand why everyone wants to localize the menu of CONFIG.SYS. I think the boot disk should be clean and tidy, what DOS it is, it should be what DOS. If everyone must localize the menu, just add the Chinese display command before the table. The method is to use "INSTALL=〈COMMAND-LINE〉". Or don't use the table in CONFIG.SYS, compile it in AUTOEXEC.BAT, and it will be more beautiful.
|

┌───────────────┒
│□□■□ □■□□ CISCO┃
│■□■■ □■■■ PRESS┃
┕┳┳━━━━━━━━━━━┳┳┛ |
|
2003-5-9 00:00 |
|
|
kevinet
中级用户
   路由狗
积分 354
发帖 47
注册 2003-5-6
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
至于那个名为 JO.SYS 早在 WINDOWS 95 时代就有了。是用来先于 IO.SYS 启动 WINDOWS 95 的,WINDOWS 98 SECOND EDITION CD 的启动镜像中包含 JO.SYS,这次的目的是先于 IO.SYS 决定启动介质的。JO.SYS 可以用二进制编辑器编辑启动菜单,很简单,不再详述。
As for that thing called JO.SYS, it was already there in the Windows 95 era. It is used to boot Windows 95 before IO.SYS. The boot image of the Windows 98 Second Edition CD contains JO.SYS. The purpose this time is to determine the boot medium before IO.SYS. JO.SYS can edit the boot menu with a binary editor, which is very simple and won't be described in detail.
|

┌───────────────┒
│□□■□ □■□□ CISCO┃
│■□■■ □■■■ PRESS┃
┕┳┳━━━━━━━━━━━┳┳┛ |
|
2003-5-9 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
以下是引用kevinet在2003-5-9 15:32:31的发言:
不明白为什么大家要汉化 CONFIG.SYS 的菜单,我觉得启动盘应当是干净整洁的,该是什么 DOS,就是什么 DOS。如果大家一定要汉化菜单,在 表前加上中文显示命令就是了,方法是使用“INSTALL=〈COMMAND-LINE〉”。或是 CONFIG.SYS 中不用 表,在 AUTOEXEC.BAT 中编,而且会更好看些。
不行啊......
INSTALL=是在選擇菜单後才載入的
Here is the quote from kevinet on 2003-5-9 15:32:31:
I don't understand why everyone wants to localize the menu of CONFIG.SYS. I think the boot disk should be clean and tidy, and it should be what DOS it is. If everyone must localize the menu, just add the Chinese display command before the table. The method is to use "INSTALL=〈COMMAND-LINE〉". Or don't use the table in CONFIG.SYS, compile it in AUTOEXEC.BAT, and it will be better looking.
No way......
INSTALL= is loaded after the menu is selected
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-5-9 00:00 |
|