PDA

View Full Version : How to start games via command line?


ecc
May 26th, 2008, 22:33
.
Hi @all,

at the moment we try to make ePSXe runable in emuControlCenter (emuControlCenter forum • View topic - ePSXe Commandline Problem (http://ecc.phoenixinteractive.mine.nu/viewtopic.php?f=31&t=1517&start=20&st=0&sk=t&sd=a))

For this we need commandline support to start the roms. It looks, like some commands dont work anymore.... but... is see at this moment...

Phoenix: YEAH!, after some experimenting i found the proper commandline :boxing:
Code: -nogui -loadbin %ROM%

Ok, first step done... but it looks, this only works for bin files. Is there any other way to add e.g. iso files direct to ePSXe?

Andreas (ecc)
emuControlCenter - explore your roms faster!
eccBlog - News around emuControlCenter and the emulation scene (http://www.camya.com/)
.

Ok, great. We have found it. With these parameters you can now organize games and start them with emuControlCenter using ePSXe.

Ok, looks we have it

*.bin files
-nogui -loadbin %ROM%

*.iso files
-nogui -loadiso %ROM%

*.img are also startable!

Andreas (ecc)
emuControlCenter - explore your roms faster!
eccBlog - News around emuControlCenter and the emulation scene (http://www.camya.com/)
.