|
-
Feb 16th, 2000, 10:16 PM
#1
Thread Starter
Member
Hi!
Anyone knows how do I set a Printer as "System Default"?
-
Feb 16th, 2000, 10:49 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|