The NEW Build Your Own Arcade Controls
Main => Software Forum => Topic started by: Syxx on June 14, 2006, 01:32:18 am
-
I used to run PSX images from Mamewah...then my system crashed after about 1yr...lost my back up and now I forget 100% how I used to boot them...Im using GameEx now on a much more updated system...I know I had to create .BAT files and so on but complete forget the process and such...Could someone please give me a refresher or point me in the direction of a FAQ or site?
edit:
Im a complete idiot I wrote .BIN instead of .BAT I must have sounded like such an idiot asking how to make .BINS! lol sorry about that.
-
Anyone able to shed some info on this! Com'on I figured out a bunch of stuff way back in 2004 but now Im lost making these .BAT files?
-
If you have GameEx specific issues, it's probably best to make a post at the official GameEx forums (http://www.gameex.info/forums/index.php?showforum=2).
This seems to me more like a image (bin) creation issue though. I'm not sure what your asking here, do you mean "how do I create a .bin image of my PSX game CD's"? If so, I would look into Alcohol 120 software to create the images.
As for setting up ePSXe emulator for GameEx, do a search on the forums link above, or post a question there.
-
Well Its not GameEx exclusive issues...
Basicaly Im trying to remember what the commands are that I but in the .bat file so ePSXe can run a mounted image and also have that said Image mount in Daemon, Alcohol or whatever ISO mounting program.
-
Hi,
Here the bat that is used in the Plug'n play module for ePSX in AtomicFE (you should try it... ;D)
daemon.exe -mount 0, %1
ePSXe.exe -nogui
daemon.exe -unmount 0
I think you can use that with GameEx.
-
Thx I'll give the bat and Atomic a try...doesnt hurt to try new things...
Only thing Im confused with is where do I put the name of the Image I want mount with Daemon tools in that bat file?
by the looks of things does this just mount the last mounted image in Daemon then un mounts it? sorry if I sound new but I'm alittle rusty had everything set perfect for almost 2yrs before it all crashed out and HD died...forgot to back up some stuff =/
-
Thx I'll give the bat and Atomic a try...doesnt hurt to try new things...
Only thing Im confused with is where do I put the name of the Image I want mount with Daemon tools in that bat file?
by the looks of things does this just mount the last mounted image in Daemon then un mounts it? sorry if I sound new but I'm alittle rusty had everything set perfect for almost 2yrs before it all crashed out and HD died...forgot to back up some stuff =/
daemon.exe -mount 0, %1
ePSXe.exe -nogui
daemon.exe -unmount 0
the %1 means the first command line arg, so when it calls the bat it would call it "epsx.bat game.iso" so set up the bat as the emulator and leave the ISOs as the rom, that awy when it calls each ISO it just throws it at the command line in the right spot. Hope that made sense...
-
the %1 means the first command line arg, so when it calls the bat it would call it "epsx.bat game.iso" so set up the bat as the emulator and leave the ISOs as the rom, that awy when it calls each ISO it just throws it at the command line in the right spot. Hope that made sense...
Nothing to add. :)
-
Sorry about that, somehow I missed the point which was in the topic! I thought you were asking how to rip your PSX game CD's to images not mount them using a BAT file!
EDIT: Oh I see you edit your post, makes sense now!