Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. SETLOCAL ENABLEEXTENSIONS
  2. SET EMUPATH="C:\Users\Mog\AppData\Roaming\ePSXe160\"
  3. echo Starting PSX game: %1 (I hope...)
  4. cd %EMUPATH%
  5. reg add "HKEY_CURRENT_USER\SOFTWARE\Vision Thing\PSEmu Pro\CDR\MoobyCDR" /v "autorun" /t REG_SZ /d %* /f
  6. epsxe.exe -nogui -slowboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement