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?