Hi everybody,
Since Hyperspin doesn't like to be controlled by my U360s I have to use Xpadder to assign keystrokes to the Joysticks. That way I can navigate the menu.
I also use Xpadder to map the U360s for some emulators (bsnes, etc.).
Currently I start my system with Hyperspin shelled (I can recommend
this guide for doing it). I use the following batch file:
Start "Xpadder" "C:\PATHTOXPADDER" /M
Start "Hyperspin" "C:\PATHTOHYPERSPIN"
What happens is that I directly Hyperspin after boot, BUT a few seconds later Xpadder decides to make itself visible, load a few seconds, and then stay in front of the Hyperspin FE.
Urgh.
Does anybody have an idea how to get rid of this?
I have only found two threads here dealing with it:
http://forum.arcadecontrols.com/index.php/topic,96880.msg1021021.html#msg1021021http://forum.arcadecontrols.com/index.php/topic,118076.msg1251383.html#msg1251383In the second one, another code snippet is mentioned:
@echo off
:rungame1
Launcher.EXE
:rungame2
"C:\mame\Supermodel Loader.exe"
goto rungame1
Could I solve my problem in a similar way with the GOTO command? Or will Xpadder change back into focus as soon as it loads the profiles?
BTW, I have already changed the Xpadder.ini file to make Xpadder stay minimized whenever possible. No luck.
And of course I am also aware that you can configure Xpadder to load when starting Hyperspin in HyperHQ, but all the options there (HIDDEN, MINIMIZED, etc.) can't solve my problem either.
Really looking forward to your insights!! Thanks a lot in advance!