I am receiving Error Code 255 when I attempt to run my workflow using the following command:
'cd ' + [directory]+'\ && For %f in (*.xml) do type "%f" >> combined.txt & echo. >> combined.txt'
When I remove the command following the mkdir command, the workflow executes correctly. Does anyone know what I need to change?
I am ultimately trying to concatenate some xml files and output the combined file.
Workflow is attached!