Re: Batch convert BMP -> JPEG via PS or Graphics Conv ??
Re: Batch convert BMP -> JPEG via PS or Graphics Conv ??
- Subject: Re: Batch convert BMP -> JPEG via PS or Graphics Conv ??
- From: "Marc K. Myers" <email@hidden>
- Date: Fri, 08 Mar 2002 01:15:54 -0700
- Organization: [very little]
The part of the script I posted that reads like this:
>
tell application "Finder"
>
set gcRunning to (get creator type of processes) contains "GKON"
>
if gcRunning then
>
set gcFile to (application file id "GKON") as text
>
end if
>
end tell
should actually read like this:
>
tell application "Finder"
>
set gcRunning to (get creator type of processes) contains "GKON"
>
set gcFile to (application file id "GKON") as text
>
end tell
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[3/8/02 1:15:25 AM]
_______________________________________________
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.