Hello,
From this Q&A;: command line fails
Workbench generates a command line when starting the translation and prints it in the Translation Log. It's helpful, but the number of quotation marks surrounding a parameter value seems be too much when the value consists of multiple file paths.
For example, a workspace generated this command line,
"C:\Program Files\FME 2017.1\fme.exe" C:\FME\tmp\textline2none.fmw
--SourceDataset_TEXTLINE """"""C:\FME\tmp\data_0.txt"" ""C:\FME\tmp\data_1.txt""""""
but I think this is correct, if you run the workspace from the command prompt.
"C:\Program Files\FME 2017.1\fme.exe" C:\FME\tmp\textline2none.fmw
--SourceDataset_TEXTLINE """""C:\FME\tmp\data_0.txt"" ""C:\FME\tmp\data_1.txt"""""
How do you think about this?