Next Generation Emulation banner

Command line param

929 Views 4 Replies 3 Participants Last post by  Bgnome
I try to create a short cut for ePSXe with loading a .bin image parameter.
I read the document file and still couldn't get it to work.

These are some samples:
c:\ePSXe\ePSXe.exe -loadbin c:\games.psx\game.bin
c:\ePSXe\ePSXe.exe -loadbin <c:\games.psx\game.bin>
c:\ePSXe\ePSXe.exe -loadbin "c:\games.psx\game.bin"

Can someone write it out for me for loading game.bin located in c:\games.psx folder?
1 - 5 of 5 Posts
epsxe -nogui -loadbin c:\games\gamename.bin
Thanks!

So I missed out the "-nogui" param.
Got a new problem!

Every time I press ESC key, the program exits to Windows.
Is there any way to return to ePSXe's window screen without exiting?
this is just u hunch but you arent getting the GUI (epsxe window) because you set it to -nogui
1 - 5 of 5 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top