"
Acrobat has two folders for batch sequences, one for system ones and one for user-defined ones. You can find out what the user-defined path is on your machine by executing the following code from the console:
app.getPath("user","sequences")
"
I tried using that code in the console inside acrobat. It did not return anything?