I have a windows 2003 file server with xp clients. I have a couple of new printers I created and instead of touching each client I want to create a script that will add these printers locally for each client when they login to the network. I used the following script to delete the old one and it worked great:
start rundll32 printui.dll,PrintUIEntry /dl /q /n\\servername\printername
How do I modify this script to add the new printer???
Scott
start rundll32 printui.dll,PrintUIEntry /dl /q /n\\servername\printername
How do I modify this script to add the new printer???
Scott