| 1. |
Solve : xcopy without replacement? |
|
Answer» I'm trying to write a .bat file (I just started learning msdos and scripting tonight so bear with me) that will backup/copy any new files placed on my jump DRIVE onto my home computer. To do this, right now I'm just running a xcopy command from the command line. However, is there a switch that will tell dos not to copy if the file already EXISTS and hasn't been modified? I was able to copy all the files, but I thought it might be time consuming if everytime I plug it in it has to copy the ENTIRE jump drive, instead of the new files. |
|