Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Haggar on January 29, 2009, 11:44:24 am

Title: How can I run Ootake PC-Engine Emu form a Front-End?
Post by: Haggar on January 29, 2009, 11:44:24 am
I was tryng to use the great Ootake PCE emulator (the best imho) from a frontend.

With normal roms there is no problem (It works with a simple command line):
"ootake.exe romname.ext"

I have a problem when I try to run CD games. I mount the CD image from a batch, but I don't know how to run Ootake from command line, without pressing the "Run CD" button.

I've tryed "ootake.exe -cd", "ootake.exe d:", "ootake.exe -cd-rom", with no success...

Any help appreciated.
Title: Re: How can I run Ootake PC-Engine Emu form a Front-End?
Post by: Dazz on January 29, 2009, 01:37:00 pm
It would probably be best to download AutoHotKey and create a script to launch it for you.  Simply point your front end to launch the compiled script and there you go.
Title: Re: How can I run Ootake PC-Engine Emu form a Front-End?
Post by: Haggar on January 29, 2009, 05:51:39 pm
AutoHotKey?
I was thinking to use AutoIt to press "C" (for cd) when the emu's window pops pup.

Can I do the same with autohotkey?