This should be similar to ctload. It doesn't support hot swapping. When a USB drive is needed, enter loadusb. But if you unplug the USB and plug it back in, it won't work. And this driver will stay in memory and not be released. When you want to loadusb several times, you find that there's not enough memory, and you have to restart. It's better to cooperate with detection. If the USB drive letter or ID can't be found, clear the memory in time. Otherwise, it's very troublesome. It's better than usbmass, usbmass/ul (uninstall)
====================
Readme in the attachment:
1 This program is a plug-and-play USB 2.0 driver under DOS;
2 After the computer is booted with DOS, insert the USB drive (or before booting) into any USB port of the computer;
3 Run Loadusb.exe to load the driver of the USB drive, and then you can read and write the data of the USB drive;
4 Usbaspi.sys (version 2.2) is Panasonic's latest DOS USB driver.
5 devload.com is used to load the driver; DI1000DD.sys is used to assign drive letters; loadusb.exe is actually a batch file, and its content is:
devload usbaspi.sys
devload di1000dd.sys
====================