[Freedos-user] Dumb question about 'xcopy'.

2008-11-03 Thread kurt godel
Here's a dumb question about the 'xcopy ' command: I have a source directory called 's', and a destination directory called 'd'; Both of them are in the same directory, say 'c'. If I do: cd d, then xcopy s /s /e, I get a cyclic error; but if I am more explicit and use(again from inside 'd'): xcopy

Re: [Freedos-user] Dumb question about 'xcopy'.

2008-11-03 Thread David C. Kerber
-Original Message- From: kurt godel [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 6:04 AM To: freedos-user@lists.sourceforge.net Subject: [Freedos-user] Dumb question about 'xcopy'. Here's a dumb question about the 'xcopy ' command: I have a source directory called 's

Re: [Freedos-user] Dumb question about 'xcopy'.

2008-11-03 Thread Mike Webb
Date: Mon, 3 Nov 2008 06:03:37 -0500 From: kurt godel [EMAIL PROTECTED] Here's a dumb question about the 'xcopy ' command: I have a source directory called 's', and a destination directory called 'd'; Both of them are in the same directory, say 'c'. If I do: cd d, then xcopy s /s /e, I get