Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to configure a printer to print duplex

Status
Not open for further replies.

rene1000

IS-IT--Management
Apr 9, 2002
89
NL
Hello,

I have created a script which creates printer connections. I also want these printer to print duplex by default. Does anyone know how to configure this using VBA ?
My current script so far:

'create printer connections
Set WSHNetwork = CreateObject("WScript.Network")
WSHNetwork.AddWindowsPrinterConnection "\\printserver\printername"
WSHNetwork.SetDefaultPrinter "\\printserver\printername"
 
i could help you with the stuff that is in offices print menus but onceyou start talking about the actual printer drive setup i am not so sure,,,sorry
 
This same question was asked in thread329-687087 and apparently that's hard to do in VBScript. Sorry. Hopefully this query will get an answer that wasn't available before...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top