How to use Robocopy to copy files with TimeStamp in command line
问题 Following is my command to copy the files in my computer and from my computer to network. ROBOCOPY "K:\Builds" F:\Builds\ /E /COPY:DAT ROBOCOPY "E:\" "K:\Shan Khan\" /E /COPY:DAT How i can make timestamp in destination folder only when copying the file for example "K:\Builds" when copied to F:\Builds\ F:\Builds\ ---> F:\Builds_26092015 "E:\" when copied to "K:\Shan Khan\Workspace" "K:\Shan Khan\Workspace"---> "K:\Shan Khan\Workspace_26092015" Kindly note that K drive is password protected and