I am copying(XCOPY) and renaming(RENAME) certain files from one directory to the other. Basically doing a backup process using batch file.
I want to output the outputs of XCOPY and RENAME directly into a log file. How can I do this.?
Rgds, Rains