I'm having a real problem with an Applescript.
I am using the "Do Shell Script" command to run curl. I want to pass the string "curl "url"" to the command line - however, you can't have nested inverted commas so I assume you are meant to say "curl \"url\"". Nooo, apparently not, since Appescript then passes "curl \"url\"" to the command line rather than interpreting the \" phrase properly.
Can anyone help me?
I am using the "Do Shell Script" command to run curl. I want to pass the string "curl "url"" to the command line - however, you can't have nested inverted commas so I assume you are meant to say "curl \"url\"". Nooo, apparently not, since Appescript then passes "curl \"url\"" to the command line rather than interpreting the \" phrase properly.
Can anyone help me?