Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Mounting Images for ePSXe from a .BAT?  (Read 4687 times)

0 Members and 1 Guest are viewing this topic.

Syxx

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:June 25, 2006, 06:36:25 pm
  • Bling Bling
Mounting Images for ePSXe from a .BAT?
« 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.
« Last Edit: June 15, 2006, 12:00:00 pm by Syxx »

Syxx

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:June 25, 2006, 06:36:25 pm
  • Bling Bling
Re: Running ePSXe / PSX Images from GameEx or Mamewah
« Reply #1 on: June 14, 2006, 03:41:01 pm »
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?
« Last Edit: June 15, 2006, 11:59:00 am by Syxx »

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Running ePSXe / PSX Images from GameEx or Mamewah
« Reply #2 on: June 14, 2006, 05:02:37 pm »
If you have GameEx specific issues, it's probably best to make a post at the official GameEx forums.

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.

Syxx

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:June 25, 2006, 06:36:25 pm
  • Bling Bling
Re: Running ePSXe / PSX Images from GameEx or Mamewah
« Reply #3 on: June 15, 2006, 11:57:56 am »
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.

youki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1612
  • Last login:November 19, 2016, 01:07:33 pm
  • Atomic Front End Creator
    • Atomic Front End
Re: Mounting Images for ePSXe from a .BAT?
« Reply #4 on: June 15, 2006, 12:26:05 pm »
Hi,

Here the bat that is used in the Plug'n play module for ePSX in AtomicFE (you should try it...  ;D)


Code: [Select]
daemon.exe -mount 0, %1
ePSXe.exe -nogui
daemon.exe -unmount 0

I think you can use that with GameEx.


Syxx

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:June 25, 2006, 06:36:25 pm
  • Bling Bling
Re: Mounting Images for ePSXe from a .BAT?
« Reply #5 on: June 15, 2006, 01:36:38 pm »
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 =/

DaemonCollector

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 443
  • Last login:December 26, 2009, 07:02:16 pm
  • All your base are belong to us.
Re: Mounting Images for ePSXe from a .BAT?
« Reply #6 on: June 15, 2006, 01:43:34 pm »
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 =/

Code: [Select]
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...

youki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1612
  • Last login:November 19, 2016, 01:07:33 pm
  • Atomic Front End Creator
    • Atomic Front End
Re: Mounting Images for ePSXe from a .BAT?
« Reply #7 on: June 16, 2006, 04:16:01 am »
Quote
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.  :)

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Mounting Images for ePSXe from a .BAT?
« Reply #8 on: June 16, 2006, 06:24:01 pm »
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!