一般我是用以下方法在命令行或批处理中进行加载,软盘启动方式、硬盘的虚拟启动软盘启动方式都可以驱动成功。就是U盘的启动方式不行。
ADDEV VIDE-CDD.SYS /D:IDE-CD
SHSUCDX /D:?IDE-CD
或用CTLOAD
在U盘启动环境下如启动后显示U盘为A:\>,在命令行或批处理加载光驱驱动后不成功,而且原来U盘在DOS下映射的A盘消失不见了,就无法再进入U盘。
在CONFIG.SYS是可以,但我需要在命令行(提示符)下进行,因有时需要加在ISO虚拟光盘文件,如在CONFIG.SYS加载光驱驱动程序后又可在命令提示符或批处理中加载ISO驱动,那就解决了我的困难。
Generally, I use the following methods to load in the command line or batch processing. Both the floppy disk boot method and the virtual boot floppy disk boot method of the hard disk can drive successfully. However, the U disk boot method does not work.
ADDEV VIDE-CDD.SYS /D:IDE-CD
SHSUCDX /D:?IDE-CD
Or use CTLOAD
In the U disk boot environment, such as after booting, it shows A:\>, and after loading the CD-ROM driver in the command line or batch processing, it is not successful, and the original A drive mapped by the U disk in DOS disappears, so it is impossible to enter the U disk again.
It is possible in CONFIG.SYS, but I need to do it in the command line (prompt), because sometimes I need to add the ISO virtual CD-ROM file. If the CD-ROM driver is loaded in CONFIG.SYS, then the ISO driver can be loaded in the command prompt or batch processing, and then my difficulty is solved.