An open-source lightweight driver that adds USB compatibility to DOS. USB 1, 2, and 3 are all supported.
- Download the source code file (
DSB.BAS
) and place it somewhere on your DOS hard drive. - Install QuickBasic 4.5 from WinWorldPC.
- Launch QuickBasic, press
Esc
to clear the dialog box, go toFile >> Open Program
, and browse to wherever you put the source code file. SelectOK
to open it. - Now is the time to make any desired changes to the code.
- Create an executable file (EXE) by going to
Run >> Make EXE File...
Type a name for the executable file and selectMake EXE
.