Results 1 to 2 of 2

Thread: Set System Default Printer

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    Lisbon, Portugal
    Posts
    55

    Post

    Hi!
    Anyone knows how do I set a Printer as "System Default"?


  2. #2
    Guest

    Post

    To connect a network printer to LPT1: and then set it as the default printer:

    Set WshNetwork = Wscript.CreateObject("Wscript.WshNetwork")
    WshNetwork.AddPrinterConnection "LPT1:", "\\Server\Print1"
    WshNetwork.SetDefaultPrinter "LPT1:"

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