How to Install Uninstall Android apk
with Batch File
Let us discuss on the installation of
Android Apk file by creating the batch files...
Apk installation or Configuration
via Batch File :-
- Confirm that we have set the variable PATH of System
- Now Just Open the Notepad
- Just Type the Command abd install
- Now Save the File
- Just Right click on the File and Rename it to the Install.cmd
- Now just connect our device to the System
- Double click on the install.cmd batch files, we can look that the apk installation process has been started and then it completed initiated
- So in order to use it regularly, We will have to maintained the same name and the path of the our apk. IF we made change the name or the path of our apk, Then it will not work.
Apk Un – Installation or un
configuration via Batch File :-
How to Install Uninstall Android apk with Batch File - Now Just Open the Notepad
- Type command adb Uninstall e.g. adb uninstall com.adobe.reader
- Save the File now
- Just Click Right on the File and rename it to the uninstall.cmd
- Now just connect to your devices to the System
- Click Double on the uninstall.cmd batch files, we can look that the already install apps on the our devices is getting uninstalled
No comments:
Post a Comment