Hi All,
I want to move my input files (INPUT folder) to PROCESSED folder once the workflow runs successfully. How can i do this?
Thanks in advance
@MadhavTR using the command prompt tool you can move files form one path to another.command should look like"MOVE" + ' "' + [Input File] + '" "' + [Output File] + '"'hope this helpsmark done if solved.
@MadhavTR think this needs to be done via the command line tool (unfortunately - I can't help with the exe files)