Ken Ray wrote:

you needt to escape the backslash because AppleScript uses that for its own purposes. Try this:

  put "chmod 777 /Library/Application\\ Support/myfolder/" into tShellCmd
put "do shell script" &&quote& tShellCmd &quote&& "with administrator privileges" into tCmd
  do tCmd as applescript
  put the result

That seems to work too, good to know. But see my other note, I got it to work without any backslash at all.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to