On Nov 17, 2004, at 10:56 PM, Toby Sterrett wrote:
Hi Alan, thanks for helping out with this so quick. I tried the
following as the command:
osascript -e "tell application "FTPeel" to open `echo
${TM_FILEPATH:1}|tr / :`"
and it gives me this error: 34:40: syntax error: A “:” can't go after
this identifier. (-2740)
Ah yes, the file path also needs to be quoted: osascript -e "tell application "FTPeel" to open "`echo ${TM_FILEPATH:1}|tr / :`""
I don't have FTPeel, but I tried with TextEdit, and here it does now open the file.