RE: Switching printers
RE: Switching printers
- Subject: RE: Switching printers
- From: "Bull, Rex J (CCC)" <email@hidden>
- Date: Mon, 10 May 2004 16:50:49 -0500
Try this
tell application "Printer Setup Utility"
activate
set current printer to printer "x" --place actual printer name here
end tell
>
Rex Bull
>
PrePress Support
>
Carlson Craft Business Solutions
>
Phone: 507-386-2508
>
>
>
>
----------
>
From: Brian Binotto
>
Sent: Monday, May 10, 2004 3:31 PM
>
To: email@hidden
>
Subject: Switching printers
>
>
I am attempting to build into a script changing the printer in the
>
Printer Setup Utility. Below is what I've tried and failed. Has anyone
>
had any success scripting this?
>
>
tell application "Printer Setup Utility"
>
activate
>
set current printer to "x"--place actual printer name here
>
end tell
>
>
Thanks in advance.
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.