Anyone have a way to make a USB printer capture the LPT1 port? I have a DOS
program that will only print to a parallel port. With some of the new
printers that only have USB connections a DOS program can't print to them.
There is no replacement for this program and it still runs fine on XP and
Vista. Just this printer problem. Thanks in advance for any help.

--
Have A Great Day!
Bill Meyer

Re: Capture LPT1 to a USB printer by Leonard

Leonard
Fri Apr 11 11:30:36 PDT 2008

Why not try a USB-to-parallel adapter.

---
Leonard Grey
Errare humanum est

Bill Meyer wrote:
> Anyone have a way to make a USB printer capture the LPT1 port? I have a DOS
> program that will only print to a parallel port. With some of the new
> printers that only have USB connections a DOS program can't print to them.
> There is no replacement for this program and it still runs fine on XP and
> Vista. Just this printer problem. Thanks in advance for any help.
>

Re: Capture LPT1 to a USB printer by Ken

Ken
Fri Apr 11 11:40:10 PDT 2008

On Fri, 11 Apr 2008 13:58:27 -0400, "Bill Meyer" <gingem@email.com>
wrote:

> Anyone have a way to make a USB printer capture the LPT1 port? I have a DOS
> program that will only print to a parallel port. With some of the new
> printers that only have USB connections a DOS program can't print to them.
> There is no replacement for this program and it still runs fine on XP and
> Vista. Just this printer problem. Thanks in advance for any help.



Set up the printer as a shared printer
Issue the command
NET USE LPT1: \\computername\sharedprintername

--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup

Re: Capture LPT1 to a USB printer by Claymore

Claymore
Fri Apr 11 11:57:46 PDT 2008

On Apr 11, 1:58=A0pm, "Bill Meyer" <gin...@email.com> wrote:
> Anyone have a way to make a USB printer capture the LPT1 port? I have a DO=
S
> program that will only print to a parallel port. With some of the new
> printers that only have USB connections a DOS program can't print to them.=

> There is no replacement for this program and it still runs fine on XP and
> Vista. Just this printer problem. Thanks in advance for any help.
>
> --
> Have A Great Day!
> Bill Meyer

Hello Bill,

As you know, you can't normally print from DOS to a USB printer. With
an adapter, you can print from a USB port to a serial printer, but not
vice-versa.
Until recently, I was printing to a file from within the program
(creates a .prn file), then importing the .prn file to a word
processor, and then printing to the USB printer from there. All too
laborious. Then I discovered this, which expands on Mr. Blake's
solution:

http://geekswithblogs.net/dtotzke/articles/26204.aspx


Re: Capture LPT1 to a USB printer by Bill

Bill
Fri Apr 11 14:57:00 PDT 2008

Hi Ken & Claymore
Thank You both for your Quick and helpful response! I will let you know
which way works the best and easiest.

--
Have A Great Day!
Bill Meyer



Re: Capture LPT1 to a USB printer by Ken

Ken
Fri Apr 11 15:44:34 PDT 2008

On Fri, 11 Apr 2008 17:57:00 -0400, "Bill Meyer" <gingem@email.com>
wrote:

> Hi Ken & Claymore
> Thank You both for your Quick and helpful response! I will let you know
> which way works the best and easiest.
>


You're welcome. Glad to help.

--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup

Re: Capture LPT1 to a USB printer by Claymore

Claymore
Fri Apr 11 17:40:22 PDT 2008

On Apr 11, 5:57=A0pm, "Bill Meyer" <gin...@email.com> wrote:
> Hi Ken & Claymore
> =A0 =A0 Thank You both for your Quick and helpful response! I will let you=
know
> which way works the best and easiest.
>
> --
> Have A Great Day!
> Bill Meyer

Hello again Bill,

If you don't mind spending a few bucks, there's these:

http://www.dos2usb.com/?gclid=3DCPfNyayj1JICFQsrswodQDcFAA
$20US

http://www.printfil.com/english.htm?gclid=3DCIaE096j1JICFQezsgod8yt9-Q
79 euros


Re: Capture LPT1 to a USB printer by Bill

Bill
Sat Apr 12 04:58:29 PDT 2008

Hi Claymore
Thanks for the extras.

--
Have A Great Day!
Bill Meyer



Re: Capture LPT1 to a USB printer by Stan

Stan
Sun Apr 13 09:30:18 PDT 2008

Fri, 11 Apr 2008 11:40:10 -0700 from Ken Blake, MVP
<kblake@this.is.an.invalid.domain>:
[to print from a DOS program]

> Set up the printer as a shared printer
> Issue the command
> NET USE LPT1: \\computername\sharedprintername

Ken,

I tried this command:
net use lpt1: "\\TALLEYRAND\Brother HL5250-DN duplex"
and the response was
System error 67 has occurred.
The network name cannot be found.

What am I doing wrong? I got the computer name from the
%COMPUTERNAME% environment variable, and the printer name from the
Printer Properties dialog. I don't imagine the names are case
sensitive, but I matched the case exactly anyway.

I tried this both with the printer not connected and with the printer
connected.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com
Shikata ga nai...

Re: Capture LPT1 to a USB printer by Rich/rerat

Rich/rerat
Sun Apr 13 11:33:14 PDT 2008

Stan Brown,
Try renaming the printer in the Printer folder to less than 13 characters
without a space.
Brother HL5250-DN duplex gets changed to something like this:
BroHL5250
So the command becomes:
NET USE LPT1: \\computername\BroHL5250

--
Add MS to your News Reader: news://msnews.microsoft.com
Rich/rerat
(RRR News) <message rule>
<<Previous Text Snipped to Save Bandwidth When Appropriate>>


"Stan Brown" <the_stan_brown@fastmail.fm> wrote in message
news:MPG.226bff211dc407d498b5d2@news.individual.net...
Fri, 11 Apr 2008 11:40:10 -0700 from Ken Blake, MVP
<kblake@this.is.an.invalid.domain>:
[to print from a DOS program]

> Set up the printer as a shared printer
> Issue the command
> NET USE LPT1: \\computername\sharedprintername

Ken,

I tried this command:
net use lpt1: "\\TALLEYRAND\Brother HL5250-DN duplex"
and the response was
System error 67 has occurred.
The network name cannot be found.

What am I doing wrong? I got the computer name from the
%COMPUTERNAME% environment variable, and the printer name from the
Printer Properties dialog. I don't imagine the names are case
sensitive, but I matched the case exactly anyway.

I tried this both with the printer not connected and with the printer
connected.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com
Shikata ga nai...


Re: Capture LPT1 to a USB printer by Stan

Stan
Sun Apr 13 12:56:49 PDT 2008

Sun, 13 Apr 2008 14:33:14 -0400 from Rich/rerat <rrr_news@isp.com>:

> "Stan Brown" <the_stan_brown@fastmail.fm> wrote in message
> news:MPG.226bff211dc407d498b5d2@news.individual.net...
> Fri, 11 Apr 2008 11:40:10 -0700 from Ken Blake, MVP
> <kblake@this.is.an.invalid.domain>:
> [to print from a DOS program]
> > Set up the printer as a shared printer
> > Issue the command
> > NET USE LPT1: \\computername\sharedprintername

> I tried this command:
> net use lpt1: "\\TALLEYRAND\Brother HL5250-DN duplex"
> and the response was
> System error 67 has occurred.
> The network name cannot be found.
>
> What am I doing wrong? I got the computer name from the
> %COMPUTERNAME% environment variable, and the printer name from the
> Printer Properties dialog. I don't imagine the names are case
> sensitive, but I matched the case exactly anyway.
>
> I tried this both with the printer not connected and with the printer
> connected.

> Try renaming the printer in the Printer folder to less than 13
> characters without a space.
> Brother HL5250-DN duplex gets changed to something like this:
> BroHL5250
> So the command becomes:
> NET USE LPT1: \\computername\BroHL5250

Is there any form of aliasing or nicknaming available? If I change
the name of my printer that's going to screw up several programs that
have different settings for different printers.

The "Printers and Faxes" dialog doesn't allow a copy/paste, and "Add
New Printer" has the "local printer" option grayed out for some
reason.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com
Shikata ga nai...

Re: Capture LPT1 to a USB printer by Swifty

Swifty
Sun Apr 13 23:12:30 PDT 2008

> Is there any form of aliasing or nicknaming available? If I change
> the name of my printer that's going to screw up several programs that
> have different settings for different printers.

I opened a command prompt and entered the command "net view". This
listed my PC and my laptop.

I took the PC's name (it has my printer) and entered:
"net view \\IBM-4ADGB085204"

Amongst the stuff listed:

Share name Type Used as Comment
----------------------------------------
CanonS750 Print Canon S750

That first column seems to be what you want.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk

Re: Capture LPT1 to a USB printer by Stan

Stan
Tue Apr 15 03:50:44 PDT 2008

Mon, 14 Apr 2008 07:12:30 +0100 from Swifty
<Steve.J.Swift@gmail.com>:
> > Is there any form of aliasing or nicknaming available? If I change
> > the name of my printer that's going to screw up several programs that
> > have different settings for different printers.
>
> I opened a command prompt and entered the command "net view". This
> listed my PC and my laptop.

Thanks for this. I think you've put your finger on the problem,
because with "net view" I get

System error 1060 has occurred.
The specified service does not exist as an installed service.

My printer is physically attached to my computer. Do I nevertheless
have to create some sort of pseudo network?

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com
Shikata ga nai...

Re: Capture LPT1 to a USB printer by Bill

Bill
Tue Apr 15 04:57:38 PDT 2008

Hi Stan
Why not just add another printer to your system and make that one the
one you use. This would leave the other users being able to print to the old
one. I am the one that asked this original question and the net use command
solved the problem for me. Being from the old DOS programs I have many many
uses for these commands and try to keep my naming to no more than 8 letters
for naming devices just in case.
After everyone gave me the answer to my question I remembered that I
have a system that doesn't have a parallel port and I checked it, I was
using the same command that I had asked the question about. Out of sight,
out of mind. Remember to add that printer you might need administrator
rights on your system.

--
Have A Great Day!
Bill Meyer



Re: Capture LPT1 to a USB printer by Klaus

Klaus
Tue Apr 15 08:18:42 PDT 2008

Stan Brown wrote :
>
> I tried this command:
> net use lpt1: "\\TALLEYRAND\Brother HL5250-DN duplex"
>

To me, this looks like you are trying to reach the printer by its
driver name, and not the name defined in the sharing tab.


/klaus

--

/klaus