• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Execute scripts

Guest
Sep 15, 2011 Sep 15, 2011

Copy link to clipboard

Copied

Please let me know on how to execute the script listed in 'File->Scripts menu from vb.net.

regards,

Sashi              

TOPICS
Scripting

Views

665

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Sep 15, 2011 Sep 15, 2011

There is an Application method:

DoJavaScriptFile

(JavaScriptFile as File,

[, Arguments as Variant Array]

[, ExecutionMode as AiJavaScriptExecutionMode])

Votes

Translate

Translate
Adobe
Enthusiast ,
Sep 15, 2011 Sep 15, 2011

Copy link to clipboard

Copied

LATEST

There is an Application method:

DoJavaScriptFile

(JavaScriptFile as File,

[, Arguments as Variant Array]

[, ExecutionMode as AiJavaScriptExecutionMode])

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines