Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

随手写了个bat文件自动运行模拟器 #61

Open
Spyict opened this issue Jan 16, 2024 · 1 comment
Open

随手写了个bat文件自动运行模拟器 #61

Spyict opened this issue Jan 16, 2024 · 1 comment

Comments

@Spyict
Copy link

Spyict commented Jan 16, 2024

@echo off
echo Starting MuMu emulator with argument...
start "" "C:\Program Files\Netease\MuMuPlayer-12.0\shell\MuMuPlayer.exe" -v 2
echo Waiting for 5 seconds...
ping 127.0.0.1 -n 6 > nul
echo Starting M9A_CLI.exe...
start "" "%~dp0M9A_CLI.exe"
echo All tasks started.
exit
放在m9a_cll.exe同目录, "C:\Program Files\Netease\MuMuPlayer-12.0\shell\MuMuPlayer.exe" -v 2 可以通过模拟器的快捷方式->属性->目标获取自己的,要是电脑启动模拟器很满可以调大ping 127.0.0.1 -n 6 > nul的值‘6’

@SKIE1
Copy link

SKIE1 commented Mar 12, 2024

可以增加在运行完毕后关闭模拟器吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants