I have created AOT -> jobs = job and want to run in batch

Hi,

I have created one jon in AOT. I want to execute that job in batch process. How to do it?

you have to use Sysoperation frame work (AX 2012),Run base framework for Ax 2009. Google it, you could find.
FYI Jobs node of AOT node are not used for Batch processing. Keep your question more clear, maintain proper tags

Thanks Krishna!

Instead of creating an AOT job, you can create a class, run it & set it as a batch job with specified parameters.
Class needs to extend RunBaseBatch & should have a method canGoBatchJournal() which returns true. You can find this class in batch job only if you return true in this method.