Call Apple Script from a Stamp

Is there a way to call an Apple Script from a stamp?

1 Like

runCommand()

Sorry, can you be more specific? What would it be? Something like runCommand(“osscript nameOfscrip”);

osascript, I believe!

Perfect. Answer is runCommand("Osascript /path/scriptname.script");

Works great. Just tested. :slight_smile: