Skip to main content
Participant
September 13, 2024
Question

Passing arguments from osascript to extendscript

  • September 13, 2024
  • 0 replies
  • 139 views

How can I pass arguments from osascript to extendscript, and how to access the passed arguments in extendscript?
```
osascript -l JavaScript -e "ae = Application('Adobe After Effects 2024'); ae.activate(); ae.doscriptfile('myjsx.jsx');"
```
1. How can I pass arguments in the above code?
2. How can I access the passed arguments in my .jsx file?

This topic has been closed for replies.