![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-15 23:09 |
47,813 topics / 349,903 posts / today 1 new / 48,258 members |
| DOS疑难解答 & 问题讨论 (解答室) » |
| Printable Version 2,572 / 20 |
| Floor1 Microng | Posted 2002-12-09 00:00 |
| 初级用户 Posts 8 Credits 119 | |
| Floor2 MYS | Posted 2002-12-09 00:00 |
| 元老会员 Posts 1,637 Credits 5,170 From 广东佛山 | |
|
What are you trying to do this for?
Make the computer not enter WINDOWS and go directly into DOS? If so, that can be done. You just need to modify CONFIG.SYS and AUTOEXEC.BAT on a Win98 boot disk. |
|
| Floor3 Wengier | Posted 2002-12-09 00:00 |
| 系统支持 Posts 10,521 Credits 27,736 | |
|
You can just make a CONFIG.SYS yourself. It only needs those four options above, then in AUTOEXEC.BAT use the %CONFIG% variable for testing so the corresponding actions can be carried out.
|
|
| Floor4 Microng | Posted 2002-12-10 00:00 |
| 初级用户 Posts 8 Credits 119 | |
| Floor5 Wengier | Posted 2002-12-10 00:00 |
| 系统支持 Posts 10,521 Credits 27,736 | |
|
Try this:
CONFIG.SYS: MENUITEM=safe,Safe mode DOS prompt MENUITEM=cd,CD-ROM available MENUITEM=cache,SMARTDRV available MENUDEFAULT=CD,5 DOS=HIGH,UMB DEVICE=UMBPCI.SYS DEVICE=HIRAM.EXE DEVICEHIGH=HIMEM.SYS DEVICEHIGH=VIDE-CDD.SYS /D:CDROM1 FILESHIGH=30 STACKSHIGH=9,256 SHELL=c:\command.com /p AUTOEXEC.BAT: @ECHO OFF IF %CONFIG%#==cd# LH MSCDEX /D:CDROM1 /S /K IF %CONFIG%#==cache# LH SMARTDRV |
|
| Floor6 Microng | Posted 2002-12-10 00:00 |
| 初级用户 Posts 8 Credits 119 | |
| Floor7 Wengier | Posted 2002-12-10 00:00 |
| 系统支持 Posts 10,521 Credits 27,736 | |
|
Then just add a call to HIMEM.SYS under the item as well.
|
|
| Floor8 Microng | Posted 2002-12-11 00:00 |
| 初级用户 Posts 8 Credits 119 | |
| Floor9 Wengier | Posted 2002-12-11 00:00 |
| 系统支持 Posts 10,521 Credits 27,736 | |
|
Then what error message do you see when loading the CD-ROM drive? Are the VIDE-CDD.SYS and MSCDEX.EXE files both present?
|
|
| Floor10 Microng | Posted 2002-12-12 00:00 |
| 初级用户 Posts 8 Credits 119 | |
| Floor11 Wengier | Posted 2002-12-12 00:00 |
| 系统支持 Posts 10,521 Credits 27,736 | |
|
It seems the problem is with loading VIDE-CDD.SYS. Please make sure the path to the file specified by the DEVICE command is correct (for example C:\DOS\VIDE-CDD.SYS), and that the file is not damaged.
|
|
| Floor12 Microng | Posted 2002-12-13 00:00 |
| 初级用户 Posts 8 Credits 119 | |
| Floor13 MYS | Posted 2002-12-13 00:00 |
| 元老会员 Posts 1,637 Credits 5,170 From 广东佛山 | |
|
Is it ROMDOS? I tried it under ROMDOS7, and after VIDE-CDD was loaded, the CDROM name was no longer the one I specified, but changed to VIDE-CD$. You have to use mscdex /d:vide-cd$ for it to drive the CDROM properly.
|
|
| Floor14 Wengier | Posted 2002-12-13 00:00 |
| 系统支持 Posts 10,521 Credits 27,736 | |
|
Teacher Mo, no way. I tried it under ROM-DOS, and the CDROM name for VIDE-CDD.SYS was still the one I specified. I used /D:CDROM1, and there has never been any problem.
|
|
| Floor15 MYS | Posted 2002-12-13 00:00 |
| 元老会员 Posts 1,637 Credits 5,170 From 广东佛山 | |
|
Ha, because your new ROMDOS disk doesn't have SYS. I used NU's DISKTOOL to transfer the system's three core files to the hard disk. At startup VIDE-CDD。SYS finds the CD-ROM drive, but MSCDEX can't find the driver no matter what. I checked with MI and found the string VIDE-CD$, and when I used that as the CD-ROM name, MSCDEX was able to drive the CD-ROM.
Also, I used SPFDISK to make the multi-boot setup, not sure whether that has any effect. |
|
| 1 2 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |