EmuNewz Network
.bat file - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: General discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=57)
+---- Thread: .bat file (/showthread.php?tid=14612)



.bat file - valeric92 - 11-23-2011

haw to create a special .bat file which automatically Load&Run a UMD Imag?
sorry for my bad english


RE: .bat file - LeaT - 11-23-2011

JPCSP can already load and run UMD images, if you check under UMD browser, given you've made the games in .iso/cso files (.rar also seems to work). Not sure what else you mean with image than virtual image.


RE: .bat file - serio - 11-23-2011

i think he might want to set up the emulator to start a specific game when he runs it directly.

what for, who knows. maybe he wants to play just it. maybe he doesn't want to go through the load/run steps. maybe he wants to upload it bundled with jpcsp as a "pc port". whatever.


RE: .bat file - icecoffemix - 11-23-2011

umm could we stop with the witch hunt?

I wonder if it's possible, sometimes you just want to start quick and easy.


RE: .bat file - raziel1000 - 11-23-2011

(11-23-2011, 01:07 PM)valeric92 Wrote: haw to create a special .bat file which automatically Load&Run a UMD Imag?
sorry for my bad english

yes it's possible, open "start-windows-x86.bat" or "start-windows-x64.bat" or create a new one, and add "-u xxxx.iso -r" (load and run), add it after "bin/jpcsp.jar"
like:

-Xmx1024m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar -u umdimages\cube.cso -r


RE: .bat file - valeric92 - 11-23-2011

(11-23-2011, 04:08 PM)raziel1000 Wrote:
(11-23-2011, 01:07 PM)valeric92 Wrote: haw to create a special .bat file which automatically Load&Run a UMD Imag?
sorry for my bad english

yes it's possible, open "start-windows-x86.bat" or "start-windows-x64.bat" or create a new one, and add "-u xxxx.iso -r" (load and run), add it after "bin/jpcsp.jar"
like:

-Xmx1024m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar -u umdimages\cube.cso -r

Thank you