As the name implies, the --no-clobber (or -n) flag of the mv command (at least the Gnu version) causes the command to fail if the requested move would have overwritten an existing file.
How can this be emulated in a Windows batch file?
(BTW, the projected batch file is intended to run automatically (i.e. unsupervised), so any solution that entails prompting a human user for permission is out.)
Thanks!
Alternatively:
Combined with a FOR loop for multiple files.