Quantcast
Channel: Compile AppleScript into application with parameters - Stack Overflow
Browsing all 2 articles
Browse latest View live

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 Article


Compile 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
Browsing all 2 articles
Browse latest View live