The NEW Build Your Own Arcade Controls
Main => Software Forum => Topic started by: jcrouse on June 24, 2005, 04:20:55 pm
-
I have been experimenting with JoyToKey on a Windows XP machine. I beleive everything is working as expected. I see the docs aren't English. I also noticed that you can send it your cfg file as a commandline parameter, "joytokey snes" or "joytokey nes". I would like to launch it along with an emulator using a batch file when required, however, I can't figure out how to get it to close when I'm done. It just keeps running in the system tray.
I also try a batch file like so:
cd\
c:
cd joytokey
joytokey.exe letters
cd\
cd realityboy
reality_boy.exe "c:\realityboy\roms\Galactic Pinball (JU) [!].vb"
but the processing stops after the line "joytokey.exe letters" and never launches the emulator althout joytokey does start.
Any Ideas,
John
-
Well I have found that if I incase it in one of my wrappers it exits when I kill the wrapper with the ESC key. I guess I could hack something together.
John
-
Did you ever find a solution to this? If I read this correctly, you want to launch JoyToKey for a specific emulator, then get JoyToKey to close after the emulator has been exited. I've been trying to come up with a solution to this also.
-
Not yet. I've been away for a few days. Will probably work on it later this week.
John
-
Hey Jcrouse,
Have you made any progress getting the keyboard emulator to exit when you want it to? I'm assuming that there is no commandline argument for JoyToKey to close.
Cheers,
KenToad
-
Ken,
The author of MinWAH has built in support (well, sort of) to the latest build of MameWAH which is still in beta. I haven't tried it yet, but you can launch it as a pre_emulator application with a flag that kills it when the emulator exits. I'll try it later today.
John
-
Ken,
I suspect you could maybe do the same thing with Howard Casto's universal wrappers or with AutoHotKey (see the Lazarus Homepage) as well, but I haven't played with either enough to sa y for sure, and they're not the most intuitive programs.
-
Hey Jcrouse,
-
Hey Jcrouse,
Have you made any progress getting the keyboard emulator to exit when you want it to? I'm assuming that there is no commandline argument for JoyToKey to close.
Cheers,
KenToad
It works perfect with the new commandline switches for pre and post emulator executables in the latest beta version of MameWAH.
John
Hey Jcrouse,
I'm not sure if the version I have has that feature. I'll try and check it out soon. Also, I got a little program called killJoyToKey if all else fails.
Cheers and Thanks,
Ian
-
Hey, is Mameworld forums the only place with the beta version available for download? I'm not a member there and therefore I can't download it.
Any help would be very much appreciated. I'm trying to get joyto key started on Mamewah 161 and it's losing focus.
Cheers,
KenToad
-
Why not just join? If you don't want to drop me an email at the address on my website, http://home.comcast.net/~cpviewer and I'll email it to you.
John
-
Also, I got a little program called killJoyToKey if all else fails.
Something you wrote or something you found?
-
Hey Jcrouse,
-
Been there, You need to add the {nowait}{autoquit} flags. :) You'll notice that if you Ctrl-Alt-Del and kill JoyToKey then MameWAH launches. Actullay I don't run it in the mamewah.ini file, just in my virtualboy.ini file then when I quit the emulator the {autoquit} flag kills JoyToKey. It works great.
John
-
Ahhhh, I was missing that part. Thank you. Works like a charm now!
-
Also, I got a little program called killJoyToKey if all else fails.
Something you wrote or something you found?
Definitely something I found. Uh Cain't right, if you know what I mean.
Cheers,
KenToad
-
Also, what flags are you guys using, i.e. {nodosbox}{safelaunch} if any? I guess I'll go ahead and sign up for Mameworld, although I don't really like the format of the forum. I hate those heirarchical lists. This forum's appearance strikes me as being friendlier.
Cheers,
KenToad
-
c:\joytokey\joytokey.exe config_you_want_load{nowait}{autoquit}
That's it,
John