I don't know how to set up dosemu to grok a scsi CD, but assuming that
the dosemu part works:

> in autoexec.bat:
>       c:\windows\command\mscdex.exe /d:cdrom.sys
> 
> in config.sys:
>       DEVICE=ASPI.SYS
>       devicehigh=c:\commands\cdrom.sys

This should be:

In config.sys

  device=c:\aspi.sys
  devicehigh=c:\commands\cdrom.sys /d:cdrom001

In autoexec.bat:

  lh c:\windows\command\mscdex.exe /d:cdrom001

The /d: argument specifies the name of the cdrom drive for config.sys
and autoexec.bat purposes only. As usual, lh and devicehigh are
optional.

Jesper

-- 
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
-- Benjamin Franklin, 1759

Reply via email to