UCR disables profile when running through command line? #304
Unanswered
HipDip0012
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Have been writing a .bat to try and get a Vjoy device to enable and the UCR profile to enable before launch of a particular game, then disable the Vjoy device and UCR profile when exiting the game.
So far I've got the Vjoy device to enable/deisable using pnputil with no problems, but I'm running into an issue when running the UCR.exe -p "profilename" command via the .bat
The return line on the .cmd window shows that the profile has been activated, but by the time the .exe launches, there is no input from the device. The UCR log reads as follows when I run the .bat:
For some reason when the game starts, the profile is unsubscribed by UCR.
Have I missed something really fundamental with .bat syntax or?
I know this project is just about dead, hoping someone in the community might be able to help, this has been bugging the hell out of me for days.
Beta Was this translation helpful? Give feedback.
All reactions