Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- set VM=MEmu_
- for /l %%i in (101,1,200) do (
- cd "%ProgramFiles%\MEMU\Memu" & Start MemuConsole.exe create
- timeout /t 15
- cd "%ProgramFiles%\MEMU\MEmuHyperv" & Start MemuManage.exe modifyvm %VM%%%i --memory 512
- cd "%ProgramFiles%\MEMU\MEmuHyperv" & Start MEmuManage.exe guestproperty set %VM%%%i "is_customed_resolution" "1"
- cd "%ProgramFiles%\MEMU\MEmuHyperv" & Start MEmuManage.exe guestproperty set %VM%%%i "resolution_height" "768"
- cd "%ProgramFiles%\MEMU\MEmuHyperv" & Start MEmuManage.exe guestproperty set %VM%%%i "resolution_width" "1024"
- timeout /t 1
- cd "%ProgramFiles%\MEMU\Memu" & Start MemuConsole.exe %VM%%%i
- timeout /t 40
- cd "%ProgramFiles%\MEMU\Memu" & Start MemuConsole.exe installapk %VM%%%i 1-program.apk
- timeout /t 15
- cd "%ProgramFiles%\MEMU\Memu" & Start MemuConsole.exe installapk %VM%%%i 3-game.apk
- timeout /t 60
- TASKKILL /f /im MEmu.exe
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement