|
Lydong
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
『楼 主』:
请问:怎样才能让 4DOS 完全取代 COMMAND ?
使用 LLM 解释/回答一下
我把4DOS.COM 名称改成了COMMAND.COM ,并且把它放到了"C:\" 和 "C:\WINDOWS" 中,这样在常规模式下可以代替原的COMMAND.COM ,但是如果你在启运菜单中选择"Command prompt only" 或 "Safe mode command prompt only " 后却无法正常启动,每次都要输入"c:\command.com" 后才能进入DOS.
请问各位高手应该如何解决?
I renamed 4DOS.COM to COMMAND.COM and placed it in "C:\" and "C:\WINDOWS", so that it can replace the original COMMAND.COM in normal mode. However, if you select "Command prompt only" or "Safe mode command prompt only" in the boot menu, it cannot start normally. You have to enter "c:\command.com" every time to enter DOS.
Please ask all the experts how to solve this?
|

欢迎大家观临我的个人主页:
http://dosdiy.bluepc.com.cn/
http://dosdiy.ys168.com/
EMAIL: lydong@china.com.cn lydong@yeah.net
----------------------------------------------
|
|
2002-10-25 00:00 |
|
|
kickout
高级用户
   
积分 667
发帖 135
注册 2002-10-25
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
4dos好像有安装程序吧。安装后会自动把4dos.com添加到路径(path)里。以前好像装过,不记得了。也没有试过从commnad prompt only 或 safemode command prompt only进去。但也许正常安装后就可以用的。你可以自己看帮助信息。如果英文较差的话,1。在dos下加载ccdos等汉字系统,再加载dfkc2k(for dos)(东方快车fordos),然后就可以翻译屏幕上的英文了。2。用dos重定向功能,将屏幕上的英文信息写入文件,再到windows下用金山词霸或东方快车翻译后再看。当然推荐用1了。简单,而且纯dos,呵呵。。。
PS:如果是因为4dos.com里没有comand only 或safe command only的话,那就没辙,但既然在选项里有这两个的话,应该支持的。这都是我猜的啦。猜错了不要怪我啊,呵呵。。。
4dos seems to have an installation program. After installation, it will automatically add 4dos.com to the path. I seem to have installed it before, but I don't remember. I haven't tried booting from "command prompt only" or "safe mode command prompt only" either. But maybe it can be used after normal installation. You can check the help information yourself. If your English is poor, 1. Load Chinese character systems like ccdos under DOS, then load dfkc2k (for dos) (Oriental Express for dos), and then you can translate the English on the screen. 2. Use the DOS redirection function to write the English information on the screen to a file, then go to Windows and use Kingsoft Ciba or Oriental Express to translate and then view. Of course, option 1 is recommended. It's simple and pure DOS, heh heh...
PS: If it's because there is no "command only" or "safe command only" in 4dos.com, then there's no way, but since these two are in the options, it should be supported. These are all my guesses. Don't blame me if I'm wrong, heh heh...
|

================================= kickout
大功告成,打个Kiss!
|
|
2002-10-26 00:00 |
|
|
lydong
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
如果不在CONFIG.SYS中执行shell=4dos.com(改名后为command.com),就无法直接启动4DOS,不知为何?不知莫老师有没有办法呢?
If you don't execute shell=4dos.com (renamed to command.com) in CONFIG.SYS, you can't directly start 4DOS. I don't know why. I wonder if Teacher Mo has any way?
|

欢迎大家观临我的个人主页:
http://dosdiy.bluepc.com.cn/
http://dosdiy.ys168.com/
EMAIL: lydong@china.com.cn lydong@yeah.net
----------------------------------------------
|
|
2002-10-27 00:00 |
|
|
MYS
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
问错人了,我从来没用过4DOS或NDOS等外部命令解释器。
Asked the wrong person, I've never used external command interpreters like 4DOS or NDOS.
|

我的网志
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
|
|
2002-10-27 00:00 |
|
|
Lydong
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
哦,看来没办法了,IO.SYS在DOS启动时都会检查SHELL是否已经设置,然后检查COMMAND.COM是否是非法的,否则执行COMMAND.COM,如果与默认的COMMAND.COM不符的话它就不执行了,要你输入一个shell程序它才运行。
Oh, it seems there's no way around it. When DOS starts up, IO.SYS checks whether SHELL is already set, then checks if COMMAND.COM is illegal. Otherwise, it executes COMMAND.COM. If it doesn't match the default COMMAND.COM, it won't execute and will ask you to enter a shell program for it to run.
|

欢迎大家观临我的个人主页:
http://dosdiy.bluepc.com.cn/
http://dosdiy.ys168.com/
EMAIL: lydong@china.com.cn lydong@yeah.net
----------------------------------------------
|
|
2002-10-27 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
我刚才将CONFIG.SYS文件中的SHELL的值改为4DOS,在MS-DOS 7.10下使用一切正常啊!
I just changed the value of SHELL in the CONFIG.SYS file to 4DOS, and it works normally under MS-DOS 7.10!
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2002-10-28 00:00 |
|
|
lydong
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
如果不执行CONFIG.SYS 和 AUTOEXEC.BAT 等就不行了(比如在启动菜单中选择:“Safe mode command prompt only ”时),系统自动装载DOS7.1的COMMAND.COM ,如果把4DOS.COM 改名成:COMMAND.COM 的话启动时会出现出错讯息,须再输入一次:COMMAND.COM(即已改名的4DOS.COM) ,才能启动4DOS.
没有办法让4DOS直接加载而不需CONFIG.SYS这些文件.
If you don't execute CONFIG.SYS and AUTOEXEC.BAT, etc., it won't work (for example, when you select "Safe mode command prompt only" in the boot menu), the system automatically loads DOS 7.1's COMMAND.COM. If you rename 4DOS.COM to COMMAND.COM, an error message will appear during startup, and you need to enter COMMAND.COM (that is, the renamed 4DOS.COM) again to start 4DOS. There's no way to make 4DOS load directly without CONFIG.SYS and these files.
|

欢迎大家观临我的个人主页:
http://dosdiy.bluepc.com.cn/
http://dosdiy.ys168.com/
EMAIL: lydong@china.com.cn lydong@yeah.net
----------------------------------------------
|
|
2002-10-28 00:00 |
|
|
禅宗
元老会员
         CEO
积分 1019
发帖 300
注册 2002-10-20 来自 广东
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
最好在>提示符后直接输入4DOS,这样兼容性会好一些,我就碰到过将4DOS放在Config.sys中出现问题,而直接运行问题又不会出现的现象。
It is better to directly type 4DOS after the > prompt, which will make the compatibility better. I once encountered a problem where placing 4DOS in Config.sys caused an issue, while running it directly didn't cause the problem.
|

禅宗——大道至简,知易行难!
网站: http://www.dgzens.com
QQ: 11951692 微信: dgzens
E-MAIL: warmrose@21cn.com |
|
2002-10-29 00:00 |
|