You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
afterfx.exe -r "c:\myDocuments\Scripts\Script Name with Spaces.jsx"
121
121
```
122
122
123
+
If the program closes immediately after executing the command, you may need to remove the quotes from the script path in this command line:
124
+
125
+
```bat
126
+
afterfx.exe -r c:\myDocuments\Scripts\Script Name with Spaces.jsx
127
+
```
128
+
123
129
### How to include After Effects scripting in an AppleScript (Mac OS)
124
130
125
131
The following are three examples of AppleScript scripts that will send an existing JSX file containing an After Effects script to the application without using the After Effects user interface to execute the script.
0 commit comments