|
LYDONG
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
『楼 主』:
寻找ROM-DOS带的COMMAND.HLP
使用 LLM 解释/回答一下
请问大家谁有ROM-DOS的COMMAND.HLP 文件,使用ROM-DOS有时要用到,请帮忙一下。
谢谢!
Excuse me, everyone. Who has the COMMAND.HLP file of ROM-DOS? It is sometimes needed when using ROM-DOS. Please help.
Thank you!
|

欢迎大家观临我的个人主页:
http://dosdiy.bluepc.com.cn/
http://dosdiy.ys168.com/
EMAIL: lydong@china.com.cn lydong@yeah.net
----------------------------------------------
|
|
2003-3-30 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
我原来找过很久都没有找到,最后只找到一个旧版本的ROM-DOS中的COMMAND.HLP文件,但和7.10版的并不兼容.
I originally searched for a long time and didn't find it. Finally, I only found the COMMAND.HLP file in an old version of ROM-DOS, but it's not compatible with the 7.10 version.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-3-30 00:00 |
|
|
LYDONG
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
Rom-dos 7.1 的 command.com 大小只有44K,用它代替 Ms-dos 7.1 的 Command.com 很合适, 而且兼容性很好,只占4K内存,所有的 ms-dos 程序都可以正常运行。不过有一个问题,就是必须在CONFIG.SYS 中加入shell=command.com /p 一行,否系统无法自动加载 COMMAND.COM ,不知大家有没有解决办法。
The size of command.com in Rom-dos 7.1 is only 44K. It is very suitable to replace the Command.com in Ms-dos 7.1, and it has good compatibility, only occupying 4K memory, and all ms-dos programs can run normally. However, there is one problem, that is, it is necessary to add the line shell=command.com /p in CONFIG.SYS, otherwise the system cannot automatically load COMMAND.COM. I wonder if you all have any solutions.
|

欢迎大家观临我的个人主页:
http://dosdiy.bluepc.com.cn/
http://dosdiy.ys168.com/
EMAIL: lydong@china.com.cn lydong@yeah.net
----------------------------------------------
|
|
2003-3-31 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
MS-DOS的COMMAND.COM虽然不能直接压缩,但却可以压缩到ZIP或CAB包中使用,在CONFIG.SYS中将它展开到内存盘中使用就可以了。我试过,可以这么用,不过还是有一两个问题。另外我发现用ROM-DOS的COMMAND.COM代替MS-DOS的COMMAND.COM后,长文件名无法在DOSLFN下正常使用。
The COMMAND.COM of MS-DOS cannot be directly compressed, but it can be used after being compressed into a ZIP or CAB package. Just expand it to the memory disk in CONFIG.SYS and it can be used. I have tried it and it can be used like this, but there are still one or two problems. Also, I found that after replacing the COMMAND.COM of MS-DOS with the COMMAND.COM of ROM-DOS, long filenames cannot be used normally under DOSLFN.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-3-31 00:00 |
|
|
lydong
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
|
2003-3-31 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
我经试验,发现若在ROM-DOS的COMMAND.COM调入前加载DOSLFN的话,长文件名才能显示出来,否则是不行的.例如:
:
INSTALLHIGH=DOSLFN.COM
SHELL=COMMAND.ROM /P (我的系统中的C:\COMMAND.ROM是ROM-DOS 7.10的COMMAND.COM,以与MS-DOS 7.10的COMMAND.COM相区别.
但是,我在实际使用中发现,用ROM-DOS 7.10的COMMAND.COM后,DIR等命令在显示长文件名的时候和MS-DOS 7.10的COMMAND.COM相比明显变慢,而且运行程序的时候也变慢了.
I have tested and found that long filenames can only be displayed if DOSLFN is loaded before COMMAND.COM in ROM-DOS is loaded. For example:
:
INSTALLHIGH=DOSLFN.COM
SHELL=COMMAND.ROM /P (My system's C:\COMMAND.ROM is COMMAND.COM of ROM-DOS 7.10, to distinguish it from COMMAND.COM of MS-DOS 7.10.
However, I found in actual use that after using COMMAND.COM of ROM-DOS 7.10, commands like DIR are obviously slower when displaying long filenames compared with COMMAND.COM of MS-DOS 7.10, and programs also run slower.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-4-1 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
另外想问一下您的DOS启动盘中的那个R.BAT文件是干什么的? 如果真要从MS-DOS 7.10启动盘启动Win9x界面,只需在MSDOS.SYS中设置winbootdir=.就行了,这样以来无论Win9x安装在哪(不管是C:\WINDOWS还是D:\WIN98等),用DOS启动盘启动后,只要进入Win9x文件夹再输入WIN命令就可以进入Win9x界面了(而且这样设的话丝毫不会影响到DOS启动盘的启动,我的最新MS-DOS 7.10启动盘就是这样设的).例如:
A:\>D:
D:\>CD \WIN98
D:\WIN98>WIN
就可以启动D:\WIN98文件夹下的Win98 GUI了。
注:我的最新MS-DOS 7.10启动盘(目前是2003-3-27版)的永久下载地址是:
http://newdos.yginfo.net/dosware/mdos71bd.zip
还有,R.BAT文件中的"ATTRIB -S -H -R -A xxx"其实没有必要那么复杂,直接用"ATTRIB , xxx"或"ATTRIB -SHRA xxx"就行了.
Also, I want to ask what the R.BAT file in your DOS boot disk is for? If you really want to boot the Win9x interface from the MS-DOS 7.10 boot disk, you just need to set winbootdir=. in MSDOS.SYS. In this way, no matter where Win9x is installed (whether it's C:\WINDOWS or D:\WIN98, etc.), after booting with the DOS boot disk, as long as you enter the Win9x folder and type the WIN command, you can enter the Win9x interface (and this setting will not affect the boot of the DOS boot disk at all. My latest MS-DOS 7.10 boot disk is set this way). For example:
A:\>D:
D:\>CD \WIN98
D:\WIN98>WIN
You can start the Win98 GUI in the D:\WIN98 folder.
Note: The permanent download address of my latest MS-DOS 7.10 boot disk (currently the 2003-3-27 version) is:
http://newdos.yginfo.net/dosware/mdos71bd.zip
Also, the "ATTRIB -S -H -R -A xxx" in the R.BAT file is actually not necessary to be so complicated. You can directly use "ATTRIB , xxx" or "ATTRIB -SHRA xxx".
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-4-1 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
以下是引用lydong在2003-3-31 23:33:05的发言:
不会啊,我的可以正常使用,你可以试一试。
我的中文启动盘144v030330:
打开附件
奇呀........
怎麼COMMAND.COM只有44K??
還有ASCII.COM是什麼?MORE.EXE,CHOICE.COM 和 XCOPY.EXE是從哪兒來的?
The following is the speech of lydong on 2003-3-31 23:33:05:
It won't. Mine can be used normally, you can give it a try.
My Chinese boot disk 144v030330:
Open the attachment
Strange........
Why is COMMAND.COM only 44K??
And what is ASCII.COM? Where did MORE.EXE, CHOICE.COM and XCOPY.EXE come from?
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-4-1 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
那个COMMAND.COM自然是ROM-DOS 7.10中的,而ASCII.COM我看是从newdos.de上下下来的,XCOPY是FreeDOS中的RXCOPY 1.1。
That COMMAND.COM is naturally from ROM-DOS 7.10, and ASCII.COM I saw was downloaded from newdos.de, and XCOPY is RXCOPY 1.1 from FreeDOS.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-4-1 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
|
2003-4-1 00:00 |
|
|
lydong
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
谢谢wengier指教,用你的方法切换DOS与Win9x界面真的方便一点。ASCII.COM 是ASCII码程序实际上没什么用,我把它去掉了。
Thanks to wengier for the guidance. Using your method to switch between DOS and Win9x interfaces is really a bit more convenient. ASCII.COM is an ASCII code program, which is actually useless. I removed it.
|

欢迎大家观临我的个人主页:
http://dosdiy.bluepc.com.cn/
http://dosdiy.ys168.com/
EMAIL: lydong@china.com.cn lydong@yeah.net
----------------------------------------------
|
|
2003-4-1 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
MS-DOS 7.10和Windows的兼容性是最好的,既可以启动Windows 2.x、3.x,又可以启动Windows 9x。不过不知道MS-DOS 7.10能不能直接启动Windows ME(先用DOSVER或SETVER等命令将DOS版本号设置为8.0再运行也行),有谁试过吗?
MS-DOS 7.10 has the best compatibility with Windows, as it can boot both Windows 2.x, 3.x and Windows 9x. However, I don't know if MS-DOS 7.10 can directly boot Windows ME (it's also okay to first use commands like DOSVER or SETVER to set the DOS version number to 8.0 and then run it). Has anyone tried it?
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-4-2 00:00 |
|