Windows 2000 and printing from command prompt.

  • Thread starter Thread starter Pam Holman
  • Start date Start date
P

Pam Holman

My Windows 2000 machine won't allow me to print from the
command prompt.
 
You might want to mention the printer setup and what you have tried so
far. (As well as which command promt CMD.EXE or COMMAND.COM)
 
Ed said:
c:> net use lpt1: \\computername\printername

Ed
I think you might actually have to print to that device to see it coming
out? You just mapped a printer share to a network port.

print /?
 
C:\Execs>type prnt.bat
@echo off
cls
net use lpt1: \\aalprnt\syslp
type %1 >lpt1:
net use lpt1: /delete

been using it for years!

[QUOTE="Andy Yew said:
c:> net use lpt1: \\computername\printername

Ed
I think you might actually have to print to that device to see it coming
out? You just mapped a printer share to a network port.

print /?
[/QUOTE]
 

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

Back
Top