From bb2b2d7d3e442a23c21c00454bb66782a95e0eb7 Mon Sep 17 00:00:00 2001 From: Jason Edmeades Date: Fri, 30 Mar 2007 19:20:21 +0100 Subject: [PATCH] xcopy: Update comments with unsupported operations and current status. --- programs/xcopy/xcopy.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/programs/xcopy/xcopy.c b/programs/xcopy/xcopy.c index afc8a0c4c11..3f6a7c64056 100644 --- a/programs/xcopy/xcopy.c +++ b/programs/xcopy/xcopy.c @@ -18,6 +18,18 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +/* + * FIXME: + * This should now support all options listed in the xcopy help from + * windows XP except: + * /Z - Copy from network drives in restartable mode + * /X - Copy file audit settings (sets /O) + * /O - Copy file ownership + ACL info + * /G - Copy encrypted files to unencrypted destination + * /V - Verifies files + * /? (or no parms) - List Help + */ + /* * Notes: * Apparently, valid return codes are: