No, batch is not supported on Android. However, you can do the same sort of operation in a data entry application that you would normally do in batch. The trick is to create a data entry application with a dummy main dictionary and add the actual data file as an external data file. Then you can use forcase (http://www.csprousers.org/help/CSPro/fo ... ement.html) to loop through all the cases in the data file as if it was a batch application.