Advertisement
LukeLC

Chaos Rings Preservation Project Mumu Launcher

Oct 7th, 2018
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.71 KB | None | 0 0
  1. @echo off
  2. echo.
  3. echo Running Chaos Rings 2 in Mumu emulator...
  4. echo.
  5. echo (Do not close this window! It will close automatically.)
  6. echo.
  7.  
  8. :launch
  9. REM Backup default VM
  10. ren .\vms\myandrovm_vbox86 myandrovm_vbox86_tmp
  11.  
  12. REM Insert Chaos Rings 2 VM
  13. ren .\vms\nemu_cr2 myandrovm_vbox86
  14.  
  15. REM Run Mumu
  16. start "Chaos Rings 2" /wait ".\EmulatorShell\NemuLauncher.exe" -p com.square_enix.chaosrings2gp
  17.  
  18. :loop
  19. REM Wait for Mumu to close
  20. tasklist /fi "imagename eq NemuPlayer.exe" |find ":" > nul
  21. if errorlevel 1 goto loop
  22.  
  23. :exit
  24. echo. Shutting down, please wait...
  25. echo.
  26.  
  27. REM Backup Chaos Rings 2 VM
  28. ren .\vms\myandrovm_vbox86 nemu_cr2
  29.  
  30. REM Reinsert default VM
  31. ren .\vms\myandrovm_vbox86_tmp myandrovm_vbox86
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement