General discussion

  • Creator
    Topic
  • #2141221

    How to run bat file in android app

    by dbdeveloper ·

    Hi Guys,

    I am new to this process. Please let me know how to execute this below .bat file on mobile. It runs perfectly on the desktop through the task scheduler. I want the same execution on mobile.


    @echo
    off

    Title Start and Kill Internet Explorer

    Mode con cols=100 lines=25 & color 2B
    echo

    Start “” “C:\Program Files\Google\Chrome\Application\chrome.exe” “https://google.com”

    :: Sleep for 600 seconds, you can change the SleepTime variable

    set SleepTime=600

    Timeout /T %SleepTime% /NoBreak>NUL

    Taskkill /IM “chrome.exe” /F

You are posting a reply to: How to run bat file in android app

The posting of advertisements, profanity, or personal attacks is prohibited. Please refer to our Community FAQs for details. All submitted content is subject to our Terms of Use.

All Comments

Viewing 0 reply threads