Created
October 13, 2017 11:15
-
-
Save fk128/ad14d7775832d02c1b3c31c0751fa6d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var filename = "test.aep"; | |
var my_file = new File(filename); | |
app.open(my_file); | |
app.executeCommand(3841); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment