i am actually copying a txt file from the floppydrive to my c drive. not in explorer, from a script.
Code:
filecopy/move, A:\test.txt, C:\test.txt
I have a bunch of floppies, all with the same file/filename, but different contents, so i do not want to overwrite, but i dont want it to NOT move/copy.
The help files say that errorlevel is set to the number of files that could be copied cause of overwrite. The files do not get moved. I want the files to be moved regardless, but not overwritten.
I hope this makes sense...it seems that this should be a simple process...