I am trying to write an applescript to run this terminal command:
/Applications/DeerPark.app/Contents/MacOS/firefox -p "default"
What I have so far is
do shell script "/Applications/DeerPark.app/Contents/MacOS/firefox -p "default""
but it gives me the error:
A Identifier can't go after this """.So is there a different way I need to write the "
(
Read more... )