mscdex
小猪老师 发表于 2020-06-24 13:58浏览次数:
Mscdex是一个“重定向器”,可以从MS-DOS访问CD-ROM。
Mscdex is a "redirector" that enables CD-ROM access from the MS-DOS.
目录:
1 mscdex 运行系统环境
2 mscdex 语法
3 mscdex 示例
4 错误和问题
mscdex 运行系统环境
Windows 95
Windows 98
Windows xp
Windows 2000
Windows NT
Windows ME
All Versions of MS-DOS
mscdex 语法
MSCDEX.EXE /D:x /M:n /E /V /L:x /S /K
/D:Device name
|
允许您指定驱动程序的名称。
此设备名称必须与配置中的设备名称相同。
sys文件。
通常使用MSCD0001。
|
/M:
|
指定要缓存CD-ROM磁盘的路径表的扇区缓冲区的数目。
每个驱动器应该有4到5个缓冲区。
这个数字越大,你的计算机直接从CD-ROM驱动器读取的就越少。
|
/E
|
告诉msn .exe使用扩展内存。
|
/V
|
显示有关内存使用的信息,当你启动你的电脑。
|
/L:
|
指定要分配给第一个CD-ROM驱动器的驱动器号。
如D:
|
/S
|
允许在基于MS-NET的系统上共享CD-ROM。
|
/K (Japanese)
|
告诉css . exe使用任何汉字文件结构(如果存在),而不是默认的字母数字文件结构。
|
MSCDEX.EXE /D:x /M:n /E /V /L:x /S /K
/D:Device name
|
Allows you to specify the name for the driver. This device name must be identical to the device name in the config.sys file. Usually, MSCD0001 is commonly used.
|
/M:
|
Specifies the number of sector buffers to cache the path table of a CD-ROM disk. Each drive should have four to five buffers. The larger this number is, the less your computer will read directly from the CD-ROM drive.
|
/E
|
Tells MSCDEX.exe to use expanded memory.
|
/V
|
Displays information on memory usage when you boot your PC.
|
/L:
|
Specifies the drive letter you want to assign the first CD-ROM drive. Such as D:
|
/S
|
Allows the CD-ROM to be shared on MS-NET based systems.
|
/K (Japanese)
|
Tells MSCDEX.EXE to use any KANJI file structures if present rather than the default of alphanumeric file structures.
|
在Windows 3.x中加载MSCDEX行时,请确保使用类似于“ LASTDRIVE = Z”行的行定义LASTDRIVE =语句。
When loading the MSCDEX line in Windows 3.x, make sure to define the LASTDRIVE= statement with a line similar to "LASTDRIVE=Z" line.
mscdex 示例
下面是一个例子,说明如何在autoexec.bat中显示MSCDEX行:
LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD001
请记住,如果使用上面的示例,则必须与config.sys中的CD-ROM驱动程序具有相同的设备驱动程序名称
Below is an example of how the MSCDEX line should look in your autoexec.bat:
LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD001
Remember that if you use the example above must have the same device driver name as the CD-ROM driver in the config.sys.
错误和问题
在启动时,收到消息“ MSCDEX已经在运行”,如果继续,所有程序将停止运行。
您的autoexec.bat中可能有多个MSCDEX语句。编辑autoexec.bat,并将REM放置在autoexec.bat中MSCDEX行之一的前面。
When booting, I receive the message "MSCDEX is already running," and if I continue, all programs will stop running.
It is likely that you have more than one MSCDEX statement in your autoexec.bat. Edit the autoexec.bat and place a REM in front of one of the MSCDEX lines in the autoexec.bat.