Ok, I have a Printer that does not support DOS printing.
The printer is connected via USB to MAINCOMPUTER
I have a DOS based DB program on CLIENTCOMPUTER that needs to print to said printer which is physically attached to MAINCOMPUTER.
I added the printer to CLIENTCOMPUTER.
Now what?
Use mode con to redirect LPT1 somehow?
As a workaround, i MIGHT be able to dump the output from the DB program to a file somewhere and then print that. But how would I go about doing that?
The printer is connected via USB to MAINCOMPUTER
I have a DOS based DB program on CLIENTCOMPUTER that needs to print to said printer which is physically attached to MAINCOMPUTER.
I added the printer to CLIENTCOMPUTER.
Now what?
Use mode con to redirect LPT1 somehow?
As a workaround, i MIGHT be able to dump the output from the DB program to a file somewhere and then print that. But how would I go about doing that?
Comment