Is it possible to run batch/bat file in Android?
Or is there any app to run it?
I hope there is some app what can run it.
3 Answers
Is it possible to run
batch/batfile in Android? Or is there any app to run it?
No, in Linux(Android) it's called a script file, the one with the .sh extension (optional) ... Dig in this direction.
Reference: SO Android shell script questions.
0If you mean a Windows batch file, then no, as Android is not Windows.
You can run the batch file using an Android dosbox player. Download afreebox and then run the dos. In there you can change the file exploring directory to the folder where the batch file is located. And type the batch file name with ending of .bat file.