Hello,
I have a directory / folder on my desktop and sub-directories / sub-folders in it and various files in various directories.
at the end of the day i want to copy those folders and files accordingly to flash drive lets say f:\ (f drive).
I would like to create a batch file which copies my folders and files as it is as the original ones with same paths. The batch file should be such as that it shoud only copy those files or folders which are changed and rest should remain same. no need to copy the whole directory again and again.....
Can u please give me the commands for the said.
Waiting for your replies....
Configuration: Windows XP Internet Explorer 7.0
Why not use SyncToy from Microsoft?
|
Try xcopy source destination /D parametr
|
Reply to Jake
|