We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d654a9 commit a9ad4e6Copy full SHA for a9ad4e6
docs/introduction/overview.md
@@ -116,7 +116,8 @@ afterfx.exe -s "alert("You just sent an alert to After Effects")"
116
Alternatively, you can specify the location of the JSX file to be executed. For example:
117
118
```bat
119
-afterfx.exe -r c:\myDocuments\Scripts\yourAEScriptHere.jsx afterfx.exe -r "c:\myDocuments\Scripts\Script Name with Spaces.jsx"
+afterfx.exe -r c:\myDocuments\Scripts\yourAEScriptHere.jsx
120
+afterfx.exe -r "c:\myDocuments\Scripts\Script Name with Spaces.jsx"
121
```
122
123
### How to include After Effects scripting in an AppleScript (Mac OS)
0 commit comments