bitfocus / companion-module-vicreo-hotkey

MIT License
13 stars 7 forks source link

Send shell command #52

Closed Tanis74 closed 2 years ago

Tanis74 commented 2 years ago

Hi. I am trying to run a program with a listener. I don't understand what syntax to use, I tried this start C:\Program Files (x86)\AIMP\AIMP.exe and this start "C:\Program Files (x86)\AIMP\AIMP.exe" but i get an error

17:28:52 Error paring JSONSyntaxError: Unexpected token P in JSON at position 35 17:27:14 Error paring JSONSyntaxError: Unexpected token C in JSON at position 33

JeffreyDavidsz commented 2 years ago

On windows you can use both file and shell action and just the path with "". You should upgrade to at least build 4095 of Companion, there was a bug that killed the file action.

JeffreyDavidsz commented 2 years ago

Schermafdruk 2022-04-21 15 16 01

Tanis74 commented 2 years ago

it's work!!! Thank you.