Windows XP Community - XPHeads



Spyware Doctor

Network Printer

microsoft.public.windowsxp.general


Reply
  #1 (permalink)  
Old 02-18-2008, 09:10 PM
Don
 
Posts: n/a
Network Printer
This has probably been covered a million times before but....

I am using XP and have a network printer which I use for printing from a dos
program by using:

net use lpt1: \\computername\printername /persistent:yes

this worked fine but now I have removed the computer and connected the
printer directly
to my router. The printer still works fine from windows programs.

What command do I now use to print in DOS to lpt1? Do I replace the
"computername" with the
network address (192.168.0.101)? There appears to be no sharing option now
for the printer.

Thanks for any help.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-18-2008, 09:17 PM
Pegasus \(MVP\)
 
Posts: n/a
Re: Network Printer

"Don" <Nospam@nospam.com> wrote in message
news:uH084KncIHA.1208@TK2MSFTNGP05.phx.gbl...
> This has probably been covered a million times before but....
>
> I am using XP and have a network printer which I use for printing from a
> dos
> program by using:
>
> net use lpt1: \\computername\printername /persistent:yes
>
> this worked fine but now I have removed the computer and connected the
> printer directly
> to my router. The printer still works fine from windows programs.
>
> What command do I now use to print in DOS to lpt1? Do I replace the
> "computername" with the
> network address (192.168.0.101)? There appears to be no sharing option now
> for the printer.
>
> Thanks for any help.


You must have done a whole lot more than just connect the printer
to your router. You must have re-installed the printer, telling the
installation program that this is now a network printer.

After doing this, the printer became visible in the Control Panel /
Printers. You can now "share" it the way you did before, then map
LPT1 to the share name, again as before.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-18-2008, 10:25 PM
Thee Chicago Wolf
 
Posts: n/a
Re: Network Printer
>This has probably been covered a million times before but....
>
>I am using XP and have a network printer which I use for printing from a dos
>program by using:
>
> net use lpt1: \\computername\printername /persistent:yes
>
>this worked fine but now I have removed the computer and connected the
>printer directly
>to my router. The printer still works fine from windows programs.
>
>What command do I now use to print in DOS to lpt1? Do I replace the
>"computername" with the
>network address (192.168.0.101)? There appears to be no sharing option now
>for the printer.
>
>Thanks for any help.


Set it up as an IP printer and, when using the NET command, you'll
replace it with the printers IP_x.x.x.x port. Try this:

Control Panel > Printers and Faxes > Add Printer > Next > Local
Printer... > Next > Create New Port > Standard TCP/IP Port > Next >
<printer's IP address> From there, you can figure the rest out.

Once you create an IP printer port try:
net use IP_192.168.0.101: \\computername\printername /persistent:yes

It should work. If you can set your printer's IP to be a static
number, do that as a router power cycle may give it a new IP from the
DHCP pool. Good luck.

- Thee Chicago Wolf
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 01:09 PM
Don
 
Posts: n/a
Re: Network Printer

"Pegasus (MVP)" <I.can@fly.com.oz> wrote in message
news:uFQ8jPncIHA.4332@TK2MSFTNGP06.phx.gbl...
>
> "Don" <Nospam@nospam.com> wrote in message
> news:uH084KncIHA.1208@TK2MSFTNGP05.phx.gbl...
>> This has probably been covered a million times before but....
>>
>> I am using XP and have a network printer which I use for printing from a
>> dos
>> program by using:
>>
>> net use lpt1: \\computername\printername /persistent:yes
>>
>> this worked fine but now I have removed the computer and connected the
>> printer directly
>> to my router. The printer still works fine from windows programs.
>>
>> What command do I now use to print in DOS to lpt1? Do I replace the
>> "computername" with the
>> network address (192.168.0.101)? There appears to be no sharing option
>> now
>> for the printer.
>>
>> Thanks for any help.

>
> You must have done a whole lot more than just connect the printer
> to your router. You must have re-installed the printer, telling the
> installation program that this is now a network printer.
>
> After doing this, the printer became visible in the Control Panel /
> Printers. You can now "share" it the way you did before, then map
> LPT1 to the share name, again as before.

The printer does show up in Control Panel. What's confusing me is the
"computername" bit. Is it now treated as a local printer and I use the name
of the printer I'm actually sitting at? I'm used to always using the
"computername" for the computer the printer is actually attached to.

Thanks



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 01:10 PM
Don
 
Posts: n/a
Re: Network Printer

"Thee Chicago Wolf" <.@.> wrote in message
news:m41kr3lqm8p7bgvia6kt8jonfqm0vvf095@4ax.com...
> >This has probably been covered a million times before but....
>>
>>I am using XP and have a network printer which I use for printing from a
>>dos
>>program by using:
>>
>> net use lpt1: \\computername\printername /persistent:yes
>>
>>this worked fine but now I have removed the computer and connected the
>>printer directly
>>to my router. The printer still works fine from windows programs.
>>
>>What command do I now use to print in DOS to lpt1? Do I replace the
>>"computername" with the
>>network address (192.168.0.101)? There appears to be no sharing option now
>>for the printer.
>>
>>Thanks for any help.

>
> Set it up as an IP printer and, when using the NET command, you'll
> replace it with the printers IP_x.x.x.x port. Try this:
>
> Control Panel > Printers and Faxes > Add Printer > Next > Local
> Printer... > Next > Create New Port > Standard TCP/IP Port > Next >
> <printer's IP address> From there, you can figure the rest out.
>
> Once you create an IP printer port try:
> net use IP_192.168.0.101: \\computername\printername /persistent:yes
>
> It should work. If you can set your printer's IP to be a static
> number, do that as a router power cycle may give it a new IP from the
> DHCP pool. Good luck.
>
> - Thee Chicago Wolf



Thanks for the "static" tip. I'll look into it. Still wondering about
"computername" (see above).


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 01:56 PM
Pegasus \(MVP\)
 
Posts: n/a
Re: Network Printer

"Don" <Don@127.0.0.1> wrote in message
news:uv0HsivcIHA.5712@TK2MSFTNGP04.phx.gbl...
>
> "Pegasus (MVP)" <I.can@fly.com.oz> wrote in message
> news:uFQ8jPncIHA.4332@TK2MSFTNGP06.phx.gbl...
>>
>> "Don" <Nospam@nospam.com> wrote in message
>> news:uH084KncIHA.1208@TK2MSFTNGP05.phx.gbl...
>>> This has probably been covered a million times before but....
>>>
>>> I am using XP and have a network printer which I use for printing from a
>>> dos
>>> program by using:
>>>
>>> net use lpt1: \\computername\printername /persistent:yes
>>>
>>> this worked fine but now I have removed the computer and connected the
>>> printer directly
>>> to my router. The printer still works fine from windows programs.
>>>
>>> What command do I now use to print in DOS to lpt1? Do I replace the
>>> "computername" with the
>>> network address (192.168.0.101)? There appears to be no sharing option
>>> now
>>> for the printer.
>>>
>>> Thanks for any help.

>>
>> You must have done a whole lot more than just connect the printer
>> to your router. You must have re-installed the printer, telling the
>> installation program that this is now a network printer.
>>
>> After doing this, the printer became visible in the Control Panel /
>> Printers. You can now "share" it the way you did before, then map
>> LPT1 to the share name, again as before.

> The printer does show up in Control Panel. What's confusing me is the
> "computername" bit. Is it now treated as a local printer and I use the
> name of the printer I'm actually sitting at? I'm used to always using the
> "computername" for the computer the printer is actually attached to.
>
> Thanks
>


If the printer is visible by PC1 then you can share it on PC1. It
does not matter whether it is attached directly to PC1 or if it is
a network printer. Why don't you tive it a try?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 02:01 PM
Don
 
Posts: n/a
Re: Network Printer

"Pegasus (MVP)" <I.can@fly.com.oz> wrote in message
news:erbR58vcIHA.4332@TK2MSFTNGP06.phx.gbl...
>
> "Don" <Don@127.0.0.1> wrote in message
> news:uv0HsivcIHA.5712@TK2MSFTNGP04.phx.gbl...
>>
>> "Pegasus (MVP)" <I.can@fly.com.oz> wrote in message
>> news:uFQ8jPncIHA.4332@TK2MSFTNGP06.phx.gbl...
>>>
>>> "Don" <Nospam@nospam.com> wrote in message
>>> news:uH084KncIHA.1208@TK2MSFTNGP05.phx.gbl...
>>>> This has probably been covered a million times before but....
>>>>
>>>> I am using XP and have a network printer which I use for printing from
>>>> a dos
>>>> program by using:
>>>>
>>>> net use lpt1: \\computername\printername /persistent:yes
>>>>
>>>> this worked fine but now I have removed the computer and connected the
>>>> printer directly
>>>> to my router. The printer still works fine from windows programs.
>>>>
>>>> What command do I now use to print in DOS to lpt1? Do I replace the
>>>> "computername" with the
>>>> network address (192.168.0.101)? There appears to be no sharing option
>>>> now
>>>> for the printer.
>>>>
>>>> Thanks for any help.
>>>
>>> You must have done a whole lot more than just connect the printer
>>> to your router. You must have re-installed the printer, telling the
>>> installation program that this is now a network printer.
>>>
>>> After doing this, the printer became visible in the Control Panel /
>>> Printers. You can now "share" it the way you did before, then map
>>> LPT1 to the share name, again as before.

>> The printer does show up in Control Panel. What's confusing me is the
>> "computername" bit. Is it now treated as a local printer and I use the
>> name of the printer I'm actually sitting at? I'm used to always using
>> the "computername" for the computer the printer is actually attached to.
>>
>> Thanks
>>

>
> If the printer is visible by PC1 then you can share it on PC1. It
> does not matter whether it is attached directly to PC1 or if it is
> a network printer. Why don't you tive it a try?
>

Thanks, I will. Not there at the moment. Assume it works if you here no
more


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 06:53 PM
Terry R.
 
Posts: n/a
Re: Network Printer
The date and time was 2/19/2008 6:01 AM, and on a whim, Don pounded out
on the keyboard:
>>>

>> If the printer is visible by PC1 then you can share it on PC1. It
>> does not matter whether it is attached directly to PC1 or if it is
>> a network printer. Why don't you tive it a try?
>>

> Thanks, I will. Not there at the moment. Assume it works if you here no
> more
>
>


I'm sure he'll be "here", but will we "hear" from you? ;-)

--
Terry R.

***Reply Note***
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:19 AM.


Registry Mechanic - Free Scan Now
Driver Scanner 2009 - Free Scan Now




Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74