• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Printer Help
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Printer Help


  • Subject: Printer Help
  • From: julius <email@hidden>
  • Date: Fri, 05 Nov 2010 09:33:46 +0100

Hello Brian,

Indeed the Printer Setup Utility is scriptable, I' use this:

tell application "Printer Setup Utility"
                set oldPrinter to current printer
                set thePrinter to "localhost"
                set current printer to (first printer whose name is
thePrinter)
                --set visible of window 1 to false ‹hide PrinterSetup
Utility window
            end tell

-- do your stuf here

tell application "Printer Setup Utility"
                set current printer to oldPrinter
            end tell



Gr,  Pascal


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Re: Invisible Unix "Icon" File
  • Next by Date: Re: TreeView X and dnd Files
  • Previous by thread: Re: Printer help
  • Next by thread: Invisible Unix "Icon" File
  • Index(es):
    • Date
    • Thread