Erick Joca
09/26/2022, 11:28 AMJeff Hale
09/26/2022, 12:36 PM/
, so you you should only need to escape those parts of the file path. See more here.Ryan Peden
09/26/2022, 1:22 PMcmd
(and PowerShell too, I believe) processes double quote characters.
If this is cmd
, using two double quote characters at either end of the JSON might also work: --params=""{"job_name": "myjobname", "batch_file":"C:/Users/myuser/Documents/testeTalend/myscript.bat"}""
Erick Joca
09/27/2022, 6:20 PMRyan Peden
09/27/2022, 6:25 PMcmd
or PowerShell?Erick Joca
09/27/2022, 6:32 PM