Applescript Syntax (Multiple Args) Inside Objective-C File
问题 I have been working on trying to run an Applescript from within Objective-C that queries out to the terminal to run some shell commands. I am running into an issue with how to format the command within Objective-C, so that the script object gets referenced properly. This is what the script looks like as an applescript set thisFile to "Dev1.4" set testTarget to "/Users/lab/Desktop/untitled" do shell script "/Users/lab/Desktop/TempRoot/myCommand.command " & thisFile & space & testTarget with