I'm using a simple command line expression using xcopy in a bat file which is scheduled so i can copy my files from server 'a' to 'b' it would be nice if could create a destination directory with a random generated file name, so i won't overwrite my exisiting data each time. i suspect i could find an app to do this, but don't want to pay for it, or perhaps someone knows of a free app to do this.
more preferable would be a destination directory with
date + time code stamp.
xcopy c:\*.* /y /s \\station0x
the 'y' prevents prompt if same file name exists and s is to copy all directories, excluding empty ones.
more preferable would be a destination directory with
date + time code stamp.
xcopy c:\*.* /y /s \\station0x
the 'y' prevents prompt if same file name exists and s is to copy all directories, excluding empty ones.