Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Print selected text from browser via AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Print selected text from browser via AppleScript
Authored by: TheCrunge on Oct 12, '06 09:19:59AM
For an AppleScript like this, you don't need two separate files ( a separate shell script called by the AppleScript). You can replace:
do shell script "~/Documents/Scripts/sel_lpr.sh"
with:
do shell script "pbpaste | lpr"


[ Reply to This | # ]