|
-
Mar 28th, 2000, 09:11 AM
#1
Thread Starter
Junior Member
Kind citizens of VB land!!
I'm trying to put together a small .exe that when pushed through with SMS across the LAN it will automatically Add 3 optional TCP/IP printers to several workstations. The third printer in the list will act as thier default printer. Even if it's just the basic code for adding a network printer, that would help. Could someone please help?
-
Mar 30th, 2000, 03:28 AM
#2
New Member
You can use con2prt (in the NT Resource kit)
Shell "con2prt /cd \\servername\sharename"
/c - connects to \\printserver\share printer.
/cd - connects to \\printserver\share printer and sets it as the default printer.
Chad
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|