Reply 20 of 41, by rodcarty
Using DOSbox megabuild you can map USB and network print queues like in the original DOS.
DOS has the net use command to map an LPT port to a network-shared printer.
For local USB printers you share the printer then map it to an LPT port like this:
net use LPT1 \\comp_name\ptr_share_name
In megabuild it's like this in the config file:
printer1=\\comp_name\ptr_share_name
This maps LPT1 for the DOS program running in DOSbox.