I am trying to run the following commands on the rooted Android phone connected to my PC:
su
mount -o rw,remount /system
chmod 777 /system/app/
exit
exit
Later I tried to execute the following command on my PC:
adb push ..\bin\MyApp_signed.apk /system/app/
Then finally, I did some cleanup then rebooted my phone:
su
chmod 755 /system/app/
reboot
exit
exit
How do I create the windows batch file so that these shell commands are passed to my android shell?