Hi FreddyFredFred,
we are using the "Run Program In Guest" WF and could run a batch with arguments like following:
programPath: "C:\Windows\System32\cmd.exe"
programArguments: "C:\abc\def.bat 'argument1' 'argument2'"
programEnvironVars: NULL
programWorkingDir: "C:\abc"
You could try the same. Maybe you need the arguments like this: "/C C:\abc\def.bat 'argument1' 'argument2'"
Regards,
Chris