Newbies Josef Posted November 12, 2003 Newbies Posted November 12, 2003 Thanks in advance to anyone who can help a newbie. I have three printers. In OS9 I would use QuickKeys to choose a printer as part of my script for printing a label on my Dymo labelwriter. OSX QuickKeys does not have that option. I need to applescript a printer choice in print center. How do I write a script to choose the Dymo LabelWriter 310 as the printer I wish to point at in the print dialogue box? I have read other posts on this topic and tried those scripts but without success. Thanks again in advance. Joe.
highflyr Posted November 16, 2003 Posted November 16, 2003 this is what I use... tell application "Print Center" set current printer to printer "Printer name as it appears in print center" end tell I have a script set for each of the printers I want to use, and use these as needed.
Recommended Posts
This topic is 7680 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now