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

How to run an extendscript with a bat file?

Engaged ,
Feb 07, 2024 Feb 07, 2024

 

 

Hello,

Is there a way to use a "bat file" or something like that, in Windows (or any other OS, we can adapt afterwards), or any languege, to order an  ExtendScript to run, without having to click or do anything (such as run-> startdebugging-> software, or an html button), just opening the bat file or running (another) code?

 

That could be very helpful please.

TOPICS
SDK
382
Translate
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 2 Correct answers

Adobe Employee , Feb 07, 2024 Feb 07, 2024

It is possible, but not recommended, to invoke ExtendScript in PPro, via command line. 

Panels are the recommended approach to invoking ExtendScript in PPro.

Translate
Adobe Employee , Feb 03, 2025 Feb 03, 2025

Panels will always include manual interactions correct?


Not correct. Panels can force themselves active at PPro launch.

> How can I do it please?

If you feel you must use an unsupported and not-at-all recommended method to invoke scripts [please don't], here is how. 


"C:\Program Files\Adobe\Adobe Premiere Pro 2020\Adobe Premiere Pro.exe" /C es.processFile C:\Users\bbb\Desktop\test.jsx
 
/Applications/Adobe\ Premiere\ Pro\ \(Beta\)/Adobe\ Premiere\ Pro\ \(Beta\).app/Contents/MacOS/Adobe\ Premi
...
Translate
Adobe Employee ,
Feb 07, 2024 Feb 07, 2024

It is possible, but not recommended, to invoke ExtendScript in PPro, via command line. 

Panels are the recommended approach to invoking ExtendScript in PPro.

Translate
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
Engaged ,
Feb 02, 2025 Feb 02, 2025

Hello, can't believe this is actually almost ONE YEAR AGO, should I make a new post or we can continue here?

 

Back to topic: Panels will always include manual interactions correct?

 

I wanted the .bat approach because I want to reduce manual interactions.

 

quote

It is possible, but not recommended, to invoke ExtendScript in PPro, via command line. 


By Bruce Bullis



How can I do it please?

 

Thanks

Translate
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
Adobe Employee ,
Feb 03, 2025 Feb 03, 2025

Panels will always include manual interactions correct?


Not correct. Panels can force themselves active at PPro launch.

> How can I do it please?

If you feel you must use an unsupported and not-at-all recommended method to invoke scripts [please don't], here is how. 


"C:\Program Files\Adobe\Adobe Premiere Pro 2020\Adobe Premiere Pro.exe" /C es.processFile C:\Users\bbb\Desktop\test.jsx
 
/Applications/Adobe\ Premiere\ Pro\ \(Beta\)/Adobe\ Premiere\ Pro\ \(Beta\).app/Contents/MacOS/Adobe\ Premiere\ Pro\ \(Beta\) /C es.processFile /Users/bbb/Desktop/test.jsx

 

Translate
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
Engaged ,
Feb 03, 2025 Feb 03, 2025
LATEST

Thanks so much. I see this is for 2 scenarios, (using the normal adobe or the beta one, I see).

 

Translate
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