Hey there,

I am trying to get this custom tool (Tools > Configure Tools Menu...) working but all I get is a "invalid path" error.
-> According to Windows10 the command "C:\Program" is wrong.
I guess it's a problem with spaces here, but I don't know how to escape the spaces.
Tried: \, \\, "", """, '


Command = cmd
Command Line = '/Q /K "C:\Program Files\Application1\bin\exe.exe" command <file> | "C:\Program Files\Application2\bin\exe.exe"'

Anyone an example on how to do this?