↧
Answer by red_menace for Compile AppleScript into application with parameters
To get command line arguments for an AppleScript application, you can use NSProcessInfo via some AppleScriptObjC. The main issue is that there isn't a handy way to return a result to the command line,...
View ArticleCompile AppleScript into application with parameters
There is an AppleScript method:on displayError(theErrorMessage) display dialog theErrorMessage return "done"end displayErrorI wanna compile this script with passing parameter into (not run it with...
View Article
More Pages to Explore .....