S
Sean Rector
Windows XP Client
Windows 2000 SBS Server
Server has the printers defined
We use a batch file to redirect lpt1: to the shared
printer on the server - this is for a DOS app that only
prints to lpt1:.
The file sends the following commands:
net use lpt1: \\svr_name\printer
echo You are connected to printer PrinterX
echo
echo
echo Press any key to disconnect
pause
net use lpt1: /delete /y
When it issues the 1st line, it gives an error of "Invalid
password for \\svr_name\printer" and asks for username and
password - what ever is given, gives a System Error 5 and
it doesn't redirect lpt1 to the shared printer. The
machines that have already been set up do not give this
error with the same batch files, and the user is in the
Domain Users group, which has Print and Manage Documents
permissions on all printers.
Ideas? Please email to (e-mail address removed).
thx!
Windows 2000 SBS Server
Server has the printers defined
We use a batch file to redirect lpt1: to the shared
printer on the server - this is for a DOS app that only
prints to lpt1:.
The file sends the following commands:
net use lpt1: \\svr_name\printer
echo You are connected to printer PrinterX
echo
echo
echo Press any key to disconnect
pause
net use lpt1: /delete /y
When it issues the 1st line, it gives an error of "Invalid
password for \\svr_name\printer" and asks for username and
password - what ever is given, gives a System Error 5 and
it doesn't redirect lpt1 to the shared printer. The
machines that have already been set up do not give this
error with the same batch files, and the user is in the
Domain Users group, which has Print and Manage Documents
permissions on all printers.
Ideas? Please email to (e-mail address removed).
thx!