Hello,

If I remember correctly, Amar Jain asked for a batch file to update backup 
folder. I have found a utility script on the net during my search for help and 
scripts on the xcopy command. The body of the batch file should be something 
like this to copy only those files that have been changed.

@echo off
xcopy C:\somefolder E:\backupfolder /D /E /C /R /H /I /K /Y

 This command will copy all files, including those in sub-folders, that are 
newer in the source folder. It will copy hidden as well as read-only files and 
will create the destination folder and/or sub-folders if they do not already 
exist.


With Best regards,
Amiyo Biswas.
Cell: 91-9433464329


To unsubscribe send a message to [email protected] with 
the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
  http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in

Reply via email to