I have a .apk file at path C:\BatchTest
I want to do the following things using a batch file.
Rename the .apk file test.apk to test.zip
Open test.zip
Go to a folder abc inside test.zip and delete its contents.
Rename test.zip back to test.apk
Any suggestions how can this be done.