Re: Scripting Graphic Converter batch droplet
Re: Scripting Graphic Converter batch droplet
- Subject: Re: Scripting Graphic Converter batch droplet
- From: "M.S.R.F. Schonewille" <email@hidden>
- Date: Wed, 18 Apr 2001 01:10:13 +0200
- Organization: University of Nijmegen
Maybe you have to tell the Finder to open the files with GraphicConverter
first. After that, tell GC to process the file.
Mark
"T.J. Mahaffey" wrote:
>
Ok, folks. I'm only posting his after pushing myself to baldness.
>
What the heck am I doing wrong here?
>
>
on open (fileList)
>
tell application "GraphicConverter PPC"
>
activate
>
repeat with thisFile in fileList
>
set resolution of window (thisFile as alias) to {72, 72}
>
end repeat
>
end tell
>
end open