USB mass storage in DOS
Alright I know its tricky but I found that Panasonic has decent DOS drivers for USB generally for there products but reviews say it worked on a other assortment of non panasonic products also. But anyways to that I downloaded all these drivers and for some reason I cant get them to boot up like the drivers my config.sys file is as follows:
rem The following line loads Panasonic's universal USB- controller driver
devicehigh=USBASPI.SYS /v /w /e
rem the following is an aspi mass storage driver for usb- connected HDs and compactflash memory cards
devicehigh=DI1000DD.SYS
rem The following one loads CD-ROM driver
devicehigh=USBCD.SYS /d:USBCD001
and my autoexec here:
REM the following line adds a drive letter to the usb cd(rom/r/rw) mounted
LH MSCDEX /d:USBCD001
IS there anything wrong with that code or does anyone else know of different USB drivers for mass storage devices?
rem The following line loads Panasonic's universal USB- controller driver
devicehigh=USBASPI.SYS /v /w /e
rem the following is an aspi mass storage driver for usb- connected HDs and compactflash memory cards
devicehigh=DI1000DD.SYS
rem The following one loads CD-ROM driver
devicehigh=USBCD.SYS /d:USBCD001
and my autoexec here:
REM the following line adds a drive letter to the usb cd(rom/r/rw) mounted
LH MSCDEX /d:USBCD001
IS there anything wrong with that code or does anyone else know of different USB drivers for mass storage devices?
Comments