June 22, 2025, 10:00:42 am
0 Members and 1 Guest are viewing this topic.
daemon.exe -mount 0, %1ePSXe.exe -noguidaemon.exe -unmount 0
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 =/
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...