Jump to content
LaunchBox Community Forums

thajo

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by thajo

  1. kgold0, Thanks again for all your help. I'm loving my xtension arcade. I figured it out with this batch: @echo off echo Starting VJoy to emulate virtual joysticks... cd "c:\Program Files (x86)\VJoy" Start /MIN VJoy echo Running Steam game... Start steam://rungameid/%1 echo After the game is done, please press EXIT pause taskkill /im vjoy.exe /f Hope this helps anyone else with the same issue.
  2. Thanks for your response. I took the steam folder out of program files (x86) because I thought that might be the issue. my batch file now looks like this: @echo off echo Starting VJoy to emulate virtual joysticks... cd "c:\Program Files (x86)\VJoy" Start /MIN VJoy echo Running Steam game... c:\Users\username\Documents\Steam\steam steam://rungameid/%1 echo After the game is done, please press EXIT pause taskkill /im vjoy.exe /f I still get the message: 'C:\Users\username' is not recognized as an internal or external command, operable program or batch file. I think the issue is with "steam://rungameid/%1" but I don't know anything about programing.... so any insight is great. thanks again for you help
  3. Hello Kgold0, when I select the game I get the following dos screen message: Starting VJoy to emulate virtual joysticks... Running Steam game... 'C:\Program' is not recognized as an internal or external command, operable program or batch file. After the game is done, please press EXIT Press any key to continue . . . The only key I am able to press is the designated EXIT key to exit out. It is launching vjoy but not the game. Any thoughts? here is my vjoybatch.bat: @echo off echo Starting VJoy to emulate virtual joysticks... cd "c:\Program Files (x86) \VJoy" Start /MIN VJoy echo Running Steam game... C:\Program Files (x86)\Steam\steam steam://rungameid/%1 echo After the game is done, please press EXIT pause taskkill /I'm vjoy.exe /f any help would be great. Thanks!
×
×
  • Create New...