Whole Folder Install

@echo Preparing to install all .apk files in "C:\My Hardware\Cell Phone\APKs\" folder to device @pause @for /f "delims=|" %%f in ('dir /b "C:\My Hardware\Cell Phone\APKs\"*.apk') do @"C:\My Hardware\Cell Phone\ADB\adb.exe" install -r "C:\My Hardware\Cell Phone\APKs\%%f" @echo End of Batch File @pause

Download
Previous
Next Post »