Printing dbase 3 to windows xp usb printer

Status
Not open for further replies.

tmgoonan

Honorable
Sep 12, 2012
1
0
10,510
I've got a PC with XP and an HP all in one printer. The program was written to print to LPT 1. I'm having no luck. I've added a Mode command to the auto exec file in system 32 at the suggestion of a friend.. No luck.. Anyone out there have any suggestions?

Thanks,

Tom
 

ktownmike

Honorable
Jul 9, 2012
352
0
10,810
If it is being printed to lpt1, you have to have a printer connected to the parallel port of your computer. I am not familiar with any parallel to usb converters, but have many warehosed printers with a parallel port. You need to hook up a printer to the parallel port. Maybe your all in one has the option, if not I am sure you can pick up a printer that supports a parallel interface.
 



You can map a USB printer to LPTx: using the following command line:

Code:
NET USE LPT1: \\[Computer Name]\Printer /PERSISTENT:YES
 


Wrong. See my reply above.
 

ktownmike

Honorable
Jul 9, 2012
352
0
10,810
I liked your first comment @ex_bottlehead, and made the grand leap of faith that it was a dos based print command, and scripting may or may not work so posted based upon my ability to guarantee a workable solution no matter what. We seem to have a failure to communicate.
 
Status
Not open for further replies.