On 03/11/16 17:56 +0900 (JST), "Scott Haneda" <[EMAIL PROTECTED]> wrote:

> on 11/16/2003 12:50 AM, Paul Berkowitz at [EMAIL PROTECTED] wrote:
> 
>> 
>> GraphicConverter has an excellent AppleScript dictionary, and can print
>> without a dialog - do
>> 
>>   print [theFile] without print dialog
> 
> And do you know how to tell the finder to take a file and "open with:", with
> this, I think we have a working script.

Not exactly, but I tried this instead:

on adding folder items to this_folder after receiving these_items
    tell application "GraphicConverter"
        print these_items without print dialog
        -- this pauses the process until the printer has time
        -- to print (make it longer if you wish)
        delay 50
    end tell
    tell application "Finder"
        -- this deletes the files after printing - keeps folder clean
        delete these_items
    end tell
end adding folder items to

But I still get the pesky print dialog.

--  
Jeremy Whipple <[EMAIL PROTECTED]>
Setagaya-ku, Tokyo

-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to