Applescript question
Prochazka, Victor (ott)
Vprochazka at thecitizen.canwest.com
Wed Mar 5 16:09:48 CST 2008
You're missing the "set" commend:
> tell application "Preview"
set TheFiles to list folder "Public: Weekly Slicks: Hot Folders:PRINT
> PROOF" without invisibles
> end tell
>
> ----------
> From: creator-bounces at wacondatrader.com on behalf of LHoffart at afmidwest.com
>
> Sorry I not understanding
> I'm wanting to print all the jpg files in the folder "PRINT PROOF"
> I tried the following an each has an error
>
> tell application "Preview"
> print
> TheFiles to list folder "Public: Weekly Slicks: Hot Folders:PRINT
> PROOF" without invisibles
> end tell
>
> tell application "Preview"
> Print "Public: Weekly Slicks: Hot Folders:PRINT PROOF"
> end tell
>
>
> tell application "Preview"
> Print set TheFiles to list folder "Public: Weekly Slicks: Hot
> Folders:PRINT PROOF" without
> invisibles
> end tell
>
More information about the Creator
mailing list