|
csycxh
新手上路
 学者
积分 10
发帖 4
注册 2007-3-28 来自 湖南长沙
状态 离线
|
『楼 主』:
如何屏蔽DOS启动时的数据显示信息?
使用 LLM 解释/回答一下
本人在PC104上装了DOS7.0系统,希望能屏蔽开机时的系统初始化的信息显示,估计跟BIOS有关,但不知如何设置???
I have installed DOS 7.0 system on PC104. I hope to shield the display of system initialization information when booting. It is estimated to be related to BIOS, but I don't know how to set it up.
|

技无止境!!! |
|
2007-3-28 00:54 |
|
|
BWSkyer
中级用户
   我是DOS学者
积分 367
发帖 180
注册 2006-5-14 来自 重庆
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
和BIOS没有关系的,只是系统加载信息!
你把输入全部 > NULL看看可行不
It has nothing to do with BIOS, just system loading information!
Let's see if it works if you set all the inputs to > NULL.
|

My blog:左铅右椠 上善若水
My team: 519创意团队 |
|
2007-3-29 14:53 |
|
|
phder
初级用户
 
积分 28
发帖 11
注册 2007-6-26
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
如何把输入改为NULL呢? 用什么命令?
How to change the input to NULL? What command is used?
|
|
2007-6-26 18:32 |
|
|
sunx
初级用户
 
积分 38
发帖 17
注册 2006-1-16
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
ctty nul
记得启动完要 ctty con
ctty nul
Remember to use ctty con after booting up
|
|
2007-7-27 16:17 |
|
|
sunx
初级用户
 
积分 38
发帖 17
注册 2006-1-16
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
ctty nul
启动完要 ctty con
ctty nul
After booting, you need to ctty con
|
|
2007-7-27 16:17 |
|
|
phder
初级用户
 
积分 28
发帖 11
注册 2007-6-26
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
ctty nul 对于config.sys下的无效
我的device=ramdrive.sys 始终显示
使用menucolor=7,7也不行
ctty nul is invalid under config.sys
My device=ramdrive.sys always shows
Using menucolor=7,7 also doesn't work
|
|
2007-8-7 10:24 |
|
|
yaya
银牌会员
    
积分 1009
发帖 353
注册 2003-9-4
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
系统处理config.sys时,各种中断处理程序已由io.sys加载,但dos命令解释程序command.com还没有完全加载,因此dos命令在此不起作用.用>nul也不能屏蔽config.sys中的信息.
When the system processes config.sys, various interrupt handlers have been loaded by io.sys, but the DOS command interpreter command.com has not been fully loaded yet, so DOS commands do not work here. Using >nul cannot also shield the information in config.sys.
|
|
2007-8-19 11:31 |
|
|
phder
初级用户
 
积分 28
发帖 11
注册 2007-6-26
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
使用DOS7.1 ,加载Logo。sys 在Autoexec。bat中运行你的程序,可以屏蔽
Using DOS 7.1, load Logo.sys and run your program in Autoexec.bat, which can be blocked
|
|
2007-10-10 16:11 |
|