I am trying to write a script that takes a file from a specified location and copies it to the destination folder.
I currently have have the following with moves the file, but i need it to copy instead:
NT_JOB CCD1222
RUN THURSDAY
DELAYSUB 11:00
AGENT atl_stsprd01
USER connectd
ARGS source-file.txt +
W1222 +
CD.PRDCL.LNX +
"\\path\to\source\folder\" +
W99999_UNIX.properties +
/path/to/destination/folder/ +
destination-file.txt +
binary
EXITCODE 0 SUCCESS
CMDNAME \data\scripts\filetransfer.bat
RESOURCE ADD(1, DRES)
ENDJOB
What do i need to take the above and make it copy the file over to the destination folder instead!?