Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
automaticall map a networked printer
Name: Scott Date: August 4, 2000 at 10:57:32 Pacific
Comment:
I'm trying to write a batch file that will automatically map a printer that is networked with its own ip address. Is this right? net use: "printers port name"\\"print server"\"printer share name" Somethings missing, because it doesn't work. I want to put this batch file in a login script so everytime someone logs in, this printer automatically adds/maps itself to the Pc. Thanks!
Sorry about that it didn't come out right. The command should look like, net use LPT1: \\server name\share name. Just place the file with the command in startup. If you did this and it doesn't work then I would suggest checking the server to see if the printer is still active and prints. Also make sure that the user who is logging on has rights to the printer.
0
Response Number 3
Name: ngphat Date: August 7, 2000 at 16:11:17 Pacific
Reply:
What if the workstation has not yet installed the driver of network printer or has the older version of driver? Thanks and best regards, ngphat
0
Response Number 4
Name: munny Date: August 11, 2000 at 07:25:35 Pacific
Reply:
the workstation doesn't need the driver, only the server
0
Response Number 5
Name: Dave Date: August 13, 2000 at 10:40:37 Pacific
Reply:
FWIW, the syntax in the original post was only partially incorrect. IF there are spaces in the server's name (and only if), you would need to encase it in quotes, starting with the \\. Ex:
Summary: I have this SMC print server on my LAN with 3 printers attached. Let's say the print server IP is 1.2.3.4 & the printer shared name is "printer1" So far I've been able to install a network printer man...
Summary: Is there a way to capture a network printer que to LPT1 on a Win NT 4.0 workstation? I have a DOS program that needs to print on LPT1 and the user does not have a local printer attatched to their PC....
Summary: Hi, I am trying to map a network drive to a member server and get the error 'there are currently no logon servers available to service the logon request'. I checked the services and the netlogon is st...