DOS printing on RDP

S

SAC Admin

Hi there

My German counterpart is having problems printing from DOS on the remote
machine in South Africa.

Here's a breakdown of his problem:

"...Now he is using dos and wants to make printouts. The problem there
is, dos doesn't use the windows printers, it just sends its data to
lpt1. I can share a com port over rdp, but no lpt! What to do? Have you
ever heard of a programm that captures dos printouts and save the to a
file? I heard that somethinglike that should excist. But
that's all I know. Any Ideas?"

As you can see, we're looking for a solution probably along the lines of
printing DOS programs directly into a file format.

Any help?

Thanks,
Bryan
 
S

sajeev Antony, Kerala

use this in a bat file in the remote computer & run after running the
remote desktop

rundll32 printui.dll,PrintUIEntry /Xs /n "your printer name" sharename
"printersharename" attributes +Shared

NET USE LPT1: /delete

NET USE LPT1: "\\remotecomputername\printersharename"
"/persistent:yes"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top