Hello,

The copy command should be:
xcopy e:\*.* /s /c d:\TargetFolder\

Let us assumethat E is the cd drive and d:\TargetFolder\ is the directory we want the files copied on to. /s specifies all sub-directories included and /c specifies that the copying process will continue if there is an error.

In dos mode you may study the details of a command by adding /? after a command, like:
xcopy /?

You may also save this help message in a txt file by using a command like this:
xcopy /? > c:\xcopy.txt

Best regards,
Amiyo Biswas.
Cell: 91-9433464329

----- Original Message ----- From: "Sandeep Singh" <[email protected]>
To: <[email protected]>
Sent: Friday, September 04, 2009 8:42 AM
Subject: [AI] dos command for copying


Dear Rajesh sir,

The command is as follows:

copy e:\*.* d:\target_folder

I don't think it will adapt to corrupt files - the entire copy operation is likely to abort. If you need to recover files from a corrupted cd there are
other software that might do a better job.

Regards,
Sandeep




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




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