Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to copy recursive files in Windows? like UNIX cp -r
For stubborn files, or if an error occurs during the copy, this uses the
/c switch
FOR /d %a in (G:\some\location\*) do xcopy *.* /s /c H:\someother\location
This essentially forces the xcopy through the source directory, sometimes useful for copying off of cds where the data can be temporarily unavailable due to windows interaction with the hardware
bob
-----Original Message-----
Sent: Wednesday, October 08, 2003 3:15 PM
To: Multiple recipients of list ORACLE-L
xcopy
-----Original Message-----
Sent: Wednesday, October 08, 2003 2:59 PM
To: Multiple recipients of list ORACLE-L
Hi List:
How to copy recursive files in Windows? like unix cp
-r
Thanks in advance,
Sami
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Oct 08 2003 - 16:24:25 CDT
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message