Trouble printing in Windows 2000 from MS-DOS

G

Guest

Hi:
I got a little Windows 2000 Profesional based network (three computers) and
I need to print from the DOS, using the "Print directly to the printer"
option, because an Oracle Applicacion. But, when I used the command
dir > \\computer1\printer
I received the message "Access is denied"
Could anybody help me with this?
The computers have Windows 2000 Professional with SP4.

Thanks
 
D

Dave Patrick

Try something like;

net use lpt1: \\computer1\printer
dir > lpt1
net use lpt1: /d

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi:
| I got a little Windows 2000 Profesional based network (three computers)
and
| I need to print from the DOS, using the "Print directly to the printer"
| option, because an Oracle Applicacion. But, when I used the command
| dir > \\computer1\printer
| I received the message "Access is denied"
| Could anybody help me with this?
| The computers have Windows 2000 Professional with SP4.
|
| Thanks
 

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