Re: How to copy recursive files in Windows? like unix cp -r

2003-10-09 Thread bulbultyagi
xcopy /e /h source destn - Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 00:29 Hi List: How to copy recursive files in Windows? like unix cp -r Thanks in advance, Sami __ Do

How to copy recursive files in Windows? like unix cp -r

2003-10-08 Thread Oracle DBA
Hi List: How to copy recursive files in Windows? like unix cp -r Thanks in advance, Sami __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author

RE: How to copy recursive files in Windows? like unix cp -r

2003-10-08 Thread Jamadagni, Rajendra
Title: RE: How to copy recursive files in Windows? like unix cp -r xcopy /s -- copies recursively if sub-dir is not empty xcopy /e -- everything including empty. Raj Rajendra dot Jamadagni at nospamespn dot com

RE: How to copy recursive files in Windows? like unix cp -r

2003-10-08 Thread Rothouse, Michael
xcopy /e source destination Example: xcopy /e c:\temp e:\ -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

RE: How to copy recursive files in Windows? like unix cp -r

2003-10-08 Thread Khedr, Waleed
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 __ Do you Yahoo!? The New Yahoo! Shopping

Re: How to copy recursive files in Windows? like unix cp -r

2003-10-08 Thread Wolfgang Breitling
may be preset in the COPYCMD environment variable. This may be overridden with /-Y on the command line. At 12:59 PM 10/8/2003, you wrote: Hi List: How to copy recursive files in Windows? like unix cp -r Thanks in advance, Sami __ Do you Yahoo!? The New Yahoo! Shopping

RE: How to copy recursive files in Windows? like UNIX cp -r

2003-10-08 Thread Bob Metelsky
List: How to copy recursive files in Windows? like unix cp -r Thanks in advance, Sami __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author