|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
试试在这儿下载MAKECAB吧:
http://www.powerload.fsnet.co.uk/download/makecab.exe
关于无键盘启动的问题,将CMOS中的“Halt on keyboard”的设置取消即可。
Try downloading MAKECAB here:
http://www.powerload.fsnet.co.uk/download/makecab.exe
Regarding the issue of booting without a keyboard, you can cancel the setting of "Halt on keyboard" in CMOS.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-3-27 00:00 |
|
|
英雄不色
中级用户
  
积分 221
发帖 33
注册 2003-3-22
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
另外再提几个问题:
二块调制解调器,一根电话线能实现双机互联吗?
如何在SEAl2下显示中文?
怎么实现文件追加复制.如将1.txt 追加到2.txt
Also, raise a few more questions:
Can two modems and one telephone line realize double-machine interconnection?
How to display Chinese characters under SEAl2?
How to realize file append copying. For example, append 1.txt to 2.txt
|
|
2003-3-29 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
用调制解调器是可以实现双机互联的,但需要专门的工具。SEAL暂不可能显示中文,因为没有国人向它加入过中文支持功能。至于追加复制,用TYPE 1.TXT>>2.TXT就行了。
You can use a modem to achieve two-computer interconnection, but special tools are needed. SEAL cannot display Chinese for the time being because no Chinese person has added Chinese support functions to it. As for appending copy, just use TYPE 1.TXT>>2.TXT.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-3-29 00:00 |
|
|
英雄不色
中级用户
  
积分 221
发帖 33
注册 2003-3-22
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
要什么工具呢?我是这方面的菜鸟,还请指教.
What tools are needed? I'm a novice in this area, please give me some advice.
|
|
2003-3-30 00:00 |
|
|
极品人渣
初级用户
 
积分 123
发帖 11
注册 2002-12-1
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
ansi.sys的设置都是90年左右的事了,大家可能记不太清,如果关系不大,没必要去了解。
直接进入目录的方法:
在CONFIG。SYS中:SHELL=NDOS。COM(NU8里有)
CDD d:\xxxx 还可以用POPD和PUSHD记录和还原到以前的目录。
按F1键有详细叙述if mem=xxM goto XXX和if diskmem=xxx的方法。
没声音是没上DOS驱动,只发一个音死机是上了DOS驱动但有中断冲突,98、2000这些系统处理中断可以用共享的办法,在DOS下可就不行了,你要去掉一些占用中断的东西才行,比如下掉MODEM、关掉没用的COM口等。
The settings for ansi.sys were mostly from around the 1990s. Everyone might not remember clearly. If it's not very relevant, there's no need to understand it.
The method to directly enter a directory:
In CONFIG.SYS: SHELL=NDOS.COM (available in NU8)
CDD d:\xxxx You can also use POPD and PUSHD to record and restore previous directories.
Press F1 key for detailed description of methods like if mem=xxM goto XXX and if diskmem=xxx.
No sound is because the DOS driver isn't loaded. A single beep and then死机 is because the DOS driver is loaded but there's an interrupt conflict. For systems like 98, 2000, which can handle interrupts using the sharing method, but in DOS it's not possible. You need to remove some things that occupy interrupts, such as removing the MODEM, turning off unused COM ports, etc.
|
|
2003-3-31 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
现在再去用NDOS可就不合适了,太老了,而且不支持长文件名和FAT32、大硬盘等。4DOS 7.50版都强得多。
Now it's not appropriate to use NDOS anymore. It's too old and doesn't support long file names, FAT32, large hard drives, etc. Version 7.50 of 4DOS is much more powerful.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-3-31 00:00 |
|
|
英雄不色
中级用户
  
积分 221
发帖 33
注册 2003-3-22
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
再提几个问题.
如何在config.sys 下显示中文?
如何通过注册表使win98自动连接?
用copy把多个文件复制成了一个大文件.如何复原?
如何在批处理中判断文件后缀?实现诸如以下的效果。
if "%1" == "*.dll" goto dll
if "%1""=="*.inf" goto inf
求redhat linux5.2的下载,还是在原起步网站下的,可后来找不到了.
Put forward a few more questions.
How to display Chinese characters under config.sys?
How to make win98 automatically connect through the registry?
Copied multiple files into one large file using copy. How to restore it?
How to judge the file suffix in batch processing? To achieve effects like the following.
if "%1" == "*.dll" goto dll
if "%1""=="*.inf" goto inf
Looking for the download of redhat linux5.2, it was originally downloaded from the original starting website, but later it couldn't be found.
|
|
2003-4-2 00:00 |
|
|
英雄不色
中级用户
  
积分 221
发帖 33
注册 2003-3-22
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
希望站长提供点关于用"猫"作双机互联的参考? 哪怕一两句也好!
PocketPC等掌上设备如何在纯DOS下联机.我用的是联想xp100.USB口.可我用多种USB驱动For
DOS都没有用.
Hope the webmaster can provide some references on using "cat" for dual-machine interconnection? Even just a sentence or two!
How do PocketPC and other handheld devices connect online under pure DOS. I'm using a Lenovo xp100. USB port. But I've tried multiple USB drivers for DOS and none work.
|
|
2003-4-2 00:00 |
|
|
英雄不色
中级用户
  
积分 221
发帖 33
注册 2003-3-22
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
希望站长提供点关于用"猫"作双机互联的参考? 哪怕一两句也好!
PocketPC等掌上设备如何在纯DOS下联机.我用的是联想xp100.USB口.可我用多种USB驱动For
DOS都没有用.
另外,有没有通用的数码相机forDOS的驱动?
Hope the webmaster to provide some references about using "cat" for dual-machine interconnection? Even one or two sentences will do!
How do PocketPC and other handheld devices connect online under pure DOS. I'm using Lenovo xp100. USB port. But I used multiple USB drivers For DOS and none worked.
Also, is there a universal digital camera driver for DOS?
|
|
2003-4-2 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
那就试试Norton PCAnywhere之类的软件在DOS下用Modem联网吧,不过我也没用过。
Then try software like Norton PCAnywhere to connect to the Internet using a Modem under DOS, but I haven't used it either.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-4-3 00:00 |
|
|
英雄不色
中级用户
  
积分 221
发帖 33
注册 2003-3-22
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
1.如何把程序加载到MBR,如将BQboot加载到MBR,这样是就会在每次启动后先运行QBBOOT来决定启动什么系统?
2.在实模式下如何卸载光驱驱动?
3.用MSDOS7.1的启动盘,发现这么一个问题:
不是加载了一个可以自动拦获非法指令的程序吗?可是我发现在拦获非法指令的同时,系统已经死机了.这时按F12也没有用.只显示CPU err等信息.
4.如何在config.sys 下显示中文?
5.如何通过注册表使win98自动连接?
6.用copy把多个文件复制成了一个大文件.如何复原?
7.如何在批处理中判断文件后缀?实现诸如以下的效果。
if "%1" == "*.dll" goto dll
if "%1""=="*.inf" goto inf
8.求redhat linux5.2的下载,还是在原起步网站下的,可后来找不到了.
Last edited by willsort on 2005-10-13 at 11:39 ]
1. How to load a program into the MBR, such as loading BQboot into the MBR, so that QBBOOT will run first after each boot to determine which system to boot?
2. How to uninstall the CD-ROM driver in real mode?
3. With an MSDOS 7.1 boot disk, I found such a problem:
There is a program that can automatically intercept illegal instructions loaded, but I found that while intercepting the illegal instruction, the system has crashed. At this time, pressing F12 is useless. Only CPU err and other information are displayed.
4. How to display Chinese characters under config.sys?
5. How to make Win98 automatically connect through the registry?
6. I copied multiple files into one large file using copy. How to restore it?
7. How to judge the file suffix in a batch file? Achieve effects such as the following.
if "%1" == "*.dll" goto dll
if "%1"=="*.inf" goto inf
8. Looking for the download of Red Hat Linux 5.2, it was still downloaded from the original starting website, but later it couldn't be found.
Last edited by willsort on 2005-10-13 at 11:39 ]
|
|
2003-4-5 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
如果KILLER拦截的时候已经死机,那就说明死机得很严重,到了无法恢复的程度。要unload光驱驱动,可用MSCDEX /U命令。要判断文件后缀,可用ASET命令(批处理增强工具)。要在CONFIG.SYS中显示中文不太可行,除非用INSTALL(HIGH)命令加载汉字系统。另外请问什么叫“通过注册表使win98自动连接”?
If the KILLER is intercepted when the system has already crashed, it means the crash is very serious and has reached an unrecoverable level. To unload the CD-ROM driver, you can use the MSCDEX /U command. To determine the file suffix, you can use the ASET command (batch processing enhancement tool). It is not very feasible to display Chinese in CONFIG.SYS unless you load the Chinese character system using the INSTALL (HIGH) command. Additionally, may I ask what "automatically connecting Win98 through the registry" means?
|

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