Is it possible to run batch files in Android?

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/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.

0

If 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like