I made a pqmagic image file for an EasyBoot boot menu. The resulting CD image file iso runs perfectly normally in Virtual PC, but after burning it to a CD and running it, this problem appears (system message: Not enough drive letters available invalid drive specification). I looked carefully at Autoexec.bat and config.sys but couldn't see any problem, so I have no choice but to ask the experts for help. The contents of the two files are as follows:
Autoexec.bat
@ECHO OFF
MSCDEX.EXE /D:mscd001 /L:Z
Z:\SOFT\PQMAGIC\MOUSE.COM
Z:\SOFT\PQMAGIC\PQMAGIC.EXE
config.sys
device=himem.sys /testmem
ff
device=oakcdrom.sys /D:mscd001
files=20
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z
Autoexec.bat
@ECHO OFF
MSCDEX.EXE /D:mscd001 /L:Z
Z:\SOFT\PQMAGIC\MOUSE.COM
Z:\SOFT\PQMAGIC\PQMAGIC.EXE
config.sys
device=himem.sys /testmem
ffdevice=oakcdrom.sys /D:mscd001
files=20
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z


