diff --git a/1.reg b/1.reg index fd27801..4a9aa4a 100644 Binary files a/1.reg and b/1.reg differ diff --git a/CopyToWsa.bat b/CopyToWsa.bat index 7fded80..123db3c 100644 --- a/CopyToWsa.bat +++ b/CopyToWsa.bat @@ -1,8 +1,11 @@ @echo off +color f1 +MODE CON COLS=20 lines=10 + tasklist | find "GSKServer.exe" if errorlevel 1 start wsa:// & timeout 7 -cd %~dp0\platform-tools\ +cd /d %~dp0\platform-tools\ adb connect 127.0.0.1:58526. adb push %1 ./storage/emulated/0/Download diff --git a/RunMin.bat b/RunMin.bat deleted file mode 100644 index 9870191..0000000 --- a/RunMin.bat +++ /dev/null @@ -1,2 +0,0 @@ -start /min CopyToWsa.bat %1 -exit diff --git "a/\342\200\217\342\200\217CopyToWsa3.0.exe" "b/\342\200\217\342\200\217CopyToWsa3.1.exe" similarity index 99% rename from "\342\200\217\342\200\217CopyToWsa3.0.exe" rename to "\342\200\217\342\200\217CopyToWsa3.1.exe" index fc039ed..c8cc3df 100644 Binary files "a/\342\200\217\342\200\217CopyToWsa3.0.exe" and "b/\342\200\217\342\200\217CopyToWsa3.1.exe" differ