Acrobat has to perform a batch process when files arrive.

The idea would be that files arrive in a folder watched by an applescript. When a file arrives the script should start Acrobat if necessary and activate a batch processing sequence (already set in Acrobat). To start the run sequence a button must be pressed before it runs. Any other warnings must also be aknowledged. This is what i got so far but no clue on how to direct Acrobat to get that button pushed.

on adding folder items to my_folder after receiving the_files
repeat with i from 1 to number of items in the_files
tell application “Adobe Acrobat 7.0 Professional”
launch

	end tell
end repeat

end adding folder items to

thx in advance for any ideas…
boenie