Printer Help
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