Skip to content
This repository was archived by the owner on Jul 24, 2022. It is now read-only.

Commit 0895acf

Browse files
committed
Create WSA Toolbox.bat
1 parent 8d9a455 commit 0895acf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

WSA Toolbox.bat

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
@echo off
2+
@echo off
3+
set arg1=%1
4+
IF [%1]==[] (
5+
start wsatoolbox.hta
6+
exit
7+
) ELSE (
8+
echo Installing...
9+
adb.exe disconnect
10+
adb.exe connect 127.0.0.1:58526
11+
adb.exe install %arg1%
12+
echo The APK File has been installed. Shortcut Available in the Start Menu.
13+
pause
14+
)
15+

0 commit comments

Comments
 (0)