Skip to content

Commit a9ad4e6

Browse files
authored
Update overview.md
1 parent 7d654a9 commit a9ad4e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/introduction/overview.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ afterfx.exe -s "alert("You just sent an alert to After Effects")"
116116
Alternatively, you can specify the location of the JSX file to be executed. For example:
117117

118118
```bat
119-
afterfx.exe -r c:\myDocuments\Scripts\yourAEScriptHere.jsx afterfx.exe -r "c:\myDocuments\Scripts\Script Name with Spaces.jsx"
119+
afterfx.exe -r c:\myDocuments\Scripts\yourAEScriptHere.jsx
120+
afterfx.exe -r "c:\myDocuments\Scripts\Script Name with Spaces.jsx"
120121
```
121122

122123
### How to include After Effects scripting in an AppleScript (Mac OS)

0 commit comments

Comments
 (0)