Running a batch file on android phone using java eclipse
Moderator: DosItHelp
-
- Posts: 4
- Joined: 16 Jan 2012 08:02
Running a batch file on android phone using java eclipse
Hello there, I'm doing a project that requires to run a bat file on android. How to open a batch file on android? Thanks! Please help me!
Re: Running a batch file on android phone using java eclipse
Well they do make a couple of different DOS emulators for Android but they are extremely slow and are limited to what commands they have available. I have tried a few of them and they are slow and clunky.
-
- Posts: 4
- Joined: 16 Jan 2012 08:02
Re: Running a batch file on android phone using java eclipse
I see. Thank you. How do I get the DOS emulator? Is there any way that can covert bat file to apk and load it to the phone?? Thanks:)
Re: Running a batch file on android phone using java eclipse
chairchair wrote:I see. Thank you. How do I get the DOS emulator?
Search the Android Market
chairchair wrote:Is there any way that can covert bat file to apk and load it to the phone?? Thanks:)
The DOS emulator is the APK. You would need to put the bat file on your phone and run it in the emulator and then hope it can run it but I doubt it will depending on what commands are in your batch file.
-
- Posts: 4
- Joined: 16 Jan 2012 08:02
Re: Running a batch file on android phone using java eclipse
Thanks for the reply! The commands in the bat file are to run several exe files. Is it possible to install it to the phone? or in the sd card of the phone? Thank you!!
Re: Running a batch file on android phone using java eclipse
That is never going to work.
-
- Posts: 4
- Joined: 16 Jan 2012 08:02
Re: Running a batch file on android phone using java eclipse
I see. I heard it's tough to get it on the android phone since it is running on different platforms. Thanks for your help during this period!!