3

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.

jeb
  • 78,592
  • 17
  • 171
  • 225

5 Answers5

3

Is it possible to run batch/bat file 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.

Onik
  • 19,396
  • 14
  • 68
  • 91
1

If you mean a Windows batch file, then no, as Android is not Windows.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
1

you can by installing the dosbox app on android

0

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.

0

You can run shell commands in android using termux and also run batch files alternative '.sh' which because in Linux (Android) it's called as script file, not batch file like windows '.bat'.