I am using the Run Command tool to copy and rename files.
I want the command
copy C:\\StartFolder\Input.txt C:\\FinalFolder\Output.txt
to copy the contents of the first file into the new file and location.
but instead, it keeps the same file name and treats the file is another directory to create:
C:\\FinalFolder\Output.txt\Input.txt
Any work around or fix to my syntax?