I install an apk from Windows PC using
adb install file.apk
The result could be "Success" or one of the Failure messages. How do I determine whether the installation succeeded within the batch file? I want to move the apk of successful installation to another folder.