1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 18:40:41 +08:00
Files
AzurLaneAutoScript/alas.bat

15 lines
189 B
Batchfile
Raw Normal View History

@echo off
echo Start batch on %CD%
call .\venvalas\scripts\activate.bat
REM Change to your emulator port
::adb connect 127.0.0.1:5565
python -m uiautomator2 init
Py alas_en.pyw
PAUSE