THIS IS THE PROBLEM I STARTED WITH... I've been looking around and JelWel's previous posts on XYNTService have been really handy... now that I have Key2Joy as a service, it loads on startup at the same time as my frontend which is great, however, it isn't hidden/minimised - so you are welcomed with an ugly Key2Joy config screen before you get to the menu... not nice... how can I solve this problem?
THEN IT EVOLVED TO THIS... I also seem to be getting an internal error in Mamewah with this... Let me explain my software setup...
Simpletouch FE is shelled - from here you can then choose Mamewah for joystick games...
Key2Joy is a service.
I have read that to get rid of an error (not necessarily the same error as this) I'd make the frontend the service and Key2Joy the shell... is this correct? It still wouldn't solve the problem of hiding Key2Joy though...
NOW FROM READING AROUND, I'VE CONCLUDED BATCH FILES WOULD BE BETTER... but the only problem is I have never created Batch files... from what I've read this may work - ?
3 files...
key2joy.bat
@ECHO OFF
START /min /wait C:\Program Files\Key2Joy\Key2Joy.exe
EXIT
simpletouch.bat
@ECHO OFF
START C:\Program Files\SimpleTouch\STFE.exe
EXIT
startup.bat
@ECHO OFF
start key2joy.bat
start simpletouch.bat
EXIT
Set 'startup.bat' as my Shell with instantsheller... then Key2Joy should load at the same time as SimpleTouch but be minimised and therefore hidden and then when I load Mamewah from Simpletouch it should be able utilise Key2Joy... or have got this totally wrong!?
Also, if this is correct, would it matter where I placed the Batch files? Hope I'm not being too thick!
