Hi Pranav For backup there is a greater possibility of sub directories too to be backed up.This one would also copy the sub dirs as well: xcopyg:*.* f: /s /e This will copy all the files along with its sub dir's as well from G drive to F drive. Harish.
----- Original Message ----- From: "Pranav Lal" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, August 02, 2008 10:59 PM Subject: Re: [AI] Backup software for external hard disk. > Hi Rishi, > > You would need to use a batch file. The contents of such a batch file would > look something like this. > xcopy g:\mp3 f:\mp3 /r /i /c /h /k /e /y /d > where, drive g is my source drive and drive f is the destination drive. The > rest of the stuff after the drive letters is just syntax that helps specify > the path to the folders. > > If you could tell me what folders you wanted to back up, I could help make > such a file for you. Also, look up the xcopy command in your favorite search > engine. > > Pranav > > > Join Access India convention: For updates on it visit: > http://accessindia.org.in/harish/convention.htm > Registration is now open! > > 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 > Join Access India convention: For updates on it visit: http://accessindia.org.in/harish/convention.htm Registration is now open! 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
