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!