At 15:21 -0400 2002.05.28, Katherine Richmond wrote:
>Also, in the AppleScript, I took the quotes off the argument and used the
>brackets:
>
>tell application "MacPerl"
>       Do Script ["Pathology:Applications:Cron
>Software:ProcessPCImages2.pl", newPath]
>end tell
>
>I don't know if the brackets made a difference, but the rest did!!

Oh, that's the real important part I knew I was missing.  You were passing
the string "newPath", not the contents of the variable C<newPath>.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to