Skip to content

Commit d24b0bd

Browse files
authored
Merge pull request #52 from vokamut/patch-1
Update overview.md
2 parents 2bda8e3 + 07cf45c commit d24b0bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/introduction/overview.md

+6
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ afterfx.exe -r c:\myDocuments\Scripts\yourAEScriptHere.jsx
120120
afterfx.exe -r "c:\myDocuments\Scripts\Script Name with Spaces.jsx"
121121
```
122122

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+
123129
### How to include After Effects scripting in an AppleScript (Mac OS)
124130

125131
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

Comments
 (0)