Re: Choosing Printer
Re: Choosing Printer
- Subject: Re: Choosing Printer
- From: Michelle Steiner <email@hidden>
- Date: Wed, 6 Jun 2001 07:48:35 -0700
On 6/6/01 3:51 AM, Alberto Salvagnini <email@hidden> wrote:
>
My problem: I did not find a way to change (choose) the printer in the
>
"Chooser"-Application of the finder
>
Some suggestions?
tell application "Desktop Printer Manager"
set the PrinterList to (name of desktop printers)
end tell
set the ChosenPrinter to item 1 of (choose from list the PrinterList)
tell application "Desktop Printer Manager"
set the default printer to desktop printer ChosenPrinter
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------