Question : Script to map printers

I need a script to map XP PRO clients to server 2000 path:
 
CAD_SERVER\HP800
CAD_SERVER\HP2600
CAD_SERVER\HP5100

This script is going in a group policy.

Answer : Script to map printers

Microsoft describes a little app con2prt.exe on this page http://support.microsoft.com/default.aspx?scid=kb;en-us;181663, pehaps it does what you seek. Comes in a Zero admin-kit for NT4...

I've been using it like this in my loginscript:

\\server\netlogon\printmap\con2prt.exe /cd \\server\printershare

the '/cd' bit is like 'connect default', for the (to become) default system printer, and just '/c' is just standard connect.

Hope it helps some...

Random Solutions  
 
programming4us programming4us