12-06-2011, 09:34 PM
From what I can see those commands have to be specified in the batch file to launch the whole program so can't actually be tagged on the end..?
I'm using a Media Center front end from GameBrowser.tv which will run an emulator and can specify switches and file path. I don't mind if I have to create multiple batch files but can someone confirm that what I'm trying to do it not possible at this point please..?
"%JAVA_HOME%\bin\java" -Xmx1024m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar -u "GAMEFILE" -r %*
Will work fine...
RUN.bat -u "Final Fantasy VII - Crisis Core.iso" -r
Isn't going to work as it's not expecting anything specified out side of the batch file..?
For the other point, I did look into JPCSPLauncher and found it quite handy, customizable keys would be a nice touch as down the line I'm thinking some sort of arcade cabinet and all the emulators having the same quit key to get back to the Media Center front end would be useful.
I'm using a Media Center front end from GameBrowser.tv which will run an emulator and can specify switches and file path. I don't mind if I have to create multiple batch files but can someone confirm that what I'm trying to do it not possible at this point please..?
"%JAVA_HOME%\bin\java" -Xmx1024m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar -u "GAMEFILE" -r %*
Will work fine...
RUN.bat -u "Final Fantasy VII - Crisis Core.iso" -r
Isn't going to work as it's not expecting anything specified out side of the batch file..?
For the other point, I did look into JPCSPLauncher and found it quite handy, customizable keys would be a nice touch as down the line I'm thinking some sort of arcade cabinet and all the emulators having the same quit key to get back to the Media Center front end would be useful.