is there a way to run adb shell commands via windows?
I would like to run a batch script such as this
adb shell
mount -o rw,remount /system
exit
Currently when i run the batch script it only runs the first command adb shell
Any other methods is fine also