Previous to Snow Leopard, the following Apple script was working, but now it is failing.
The error i am receiving for this now is a syntax error:
Expected “,” but found unknown token.
Any help would be greatly appreciated
set progName to "\\@Value{_MerrillToolPrefs}XMPDataStripper.pl"
set dataPath to "\\@Value{XMPStripper_File}"
do shell script ("perl " & quoted form of the POSIX path of progName & " " & quoted form of the POSIX path of dataPath)