Here's a script to add a local printer, if it helps. In this case it's generic text, but could be any model.
The port code can be left out.
Function AddLocalPrinter
Dim oPort
Dim oMaster
Dim oPrinter
On Error Resume Next
Set oMaster = CreateObject("PrintMaster.PrintMaster.1")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.