Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Help!!! Printing in DOS Program to a Network Printer
Name: Kim Date: March 15, 2000 at 07:32:38 Pacific
Comment:
I need help to print in a DOS Program to a network printer. In windows 98 I have a DOS program for medical software that I need to be able to recognize the network printer. Is there any help. We use IP numbers to print through the port. Thank you for your help.
Name: john westerman Date: March 15, 2000 at 13:26:07 Pacific
Reply:
you need to use the NET USE command to map LPT1 to the network printer. Alternatively, use named queues on the server (if that is possible) or get a remote print server device such as jet direct or Intel Netport.
0
Response Number 2
Name: Kim Date: March 29, 2000 at 13:18:15 Pacific
Reply:
Sorry, can you explain the NET USE Command a little bit more to me. Thanks for your help.
Example: NET USE LPT1 \\My_Computer\HP4000 or NET USE LPT1 "\\MyComputer\HP Laserjet 4000"
See also NET USE /? in the DOS-Box
0
Response Number 4
Name: Kim Date: April 11, 2000 at 08:22:25 Pacific
Reply:
Is there any other way to print to the printer in the DOS program, withouth using Netware. I work at a college and if we used the Net Use command, wouldn't that mean that the students would have to log in. We are set up with TCP IP for the netowrk printer. (2100 TN). The students do not log in to the network. We just use that for internal use. Any other suggestion would be greatly appreciated.
Summary: Hi, I am looking for a way to send a file to a network printer. I found the following example: copy /B \\\ In real life: copy /B sheet1.rtl \\Rain\hp2500 yet I get an error message of Network name ca...
Summary: If you can have your app running on XP, then Printfil can help you. Using Printfil you can print your DOS jobs to ANY Windows printer, including USB, GDI, networked and virtual (faxmodems, PDF writers...
Summary: Does anyone know how I could print from a DOS app. to a file in Windows 95? I tried setting Print To The Following Port in the Windows 95 printer properties to FILE, but that does not work. The prog...