The files that are used by the batch process are called Batch Sequence Files and have an ".sequ" extension. They are stored in two locations on the user's hard drive, one global location and one location that is private to the logged in user.
You can find both by executing this code in the Acrobat JavaScript Console window
You can find both by executing this code in the Acrobat JavaScript Console window
app.getPath("app","sequences");
app.getPath("user","sequences");
Simply copy a sequence from your system onto the other user's system.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script