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

Count PDF's in Batch file before another batch file runs

Explorer ,
Dec 11, 2018 Dec 11, 2018

I have this code to count pdf's in a folder I want to process:

/* Count PDF files */
if ( typeof global.FileCnt == "undefined" ){
global.FileCnt = 0;
//app.alert("your count:  " + global.FileCnt);

}

I would like to have it finish processing than call another Batch file to process.  Currently I have to manually start the other batch file after the count is done for it to work.

Can this be done automatically? 

TOPICS
Acrobat SDK and JavaScript , Windows
541
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 1 Correct answer

Community Expert , Dec 11, 2018 Dec 11, 2018

No.

Translate
Community Expert ,
Dec 11, 2018 Dec 11, 2018
LATEST

No.

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