Skip to main content
Inspiring
December 11, 2018
Answered

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

  • December 11, 2018
  • 1 reply
  • 593 views

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? 

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer try67

No.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
December 11, 2018

No.