Results 1 to 2 of 2

Thread: Adding a network printer

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    19
    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?

  2. #2
    New Member
    Join Date
    Mar 2000
    Posts
    4
    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
  •  



Click Here to Expand Forum to Full Width