Hi everyone,
I want to use the run command tool and batch files to copy a file from my Engine.WorkflowDirectory to a folder inside the same directory, except the folder name updates with the date.
This is what I have written for my batch file (although I really don't know how to write the second part):
@Echo OFF
copy /y "%Engine.WorkflowDirectory%OB_zip.zip" "%Engine.WorkflowDirectory%[FolderName]"
Pause
The folder name is some variation of Output_YYYY-MM-DD.
I've attached an image of the part of the workflow I'm stuck on for reference: