General discussion
-
Topic
-
How to run bat file in android app
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 offTitle Start and Kill Internet Explorer
Mode con cols=100 lines=25 & color 2B
echoStart “” “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
All Comments
Viewing 0 reply threads