I'm want to make a batch file that will copy all files currently on the computer to a mapped drive on the server. The thing is that, the copy should only copy files that aren't there. Ex. Computer has file 1,2,3,4,5... target drive has file 1,2,3... when i run the batch file it only copy file 4,5 to the target drive. Now imagine this with literaly thousands of files. Thanx in advance. Peace out.