[PATCH 6/8] XCOPY: Update comments with unsupported operations and current status

Jason Edmeades us at edmeades.me.uk
Fri Mar 30 13:20:21 CDT 2007


---
 programs/xcopy/xcopy.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/programs/xcopy/xcopy.c b/programs/xcopy/xcopy.c
index afc8a0c..3f6a7c6 100644
--- a/programs/xcopy/xcopy.c
+++ b/programs/xcopy/xcopy.c
@@ -19,6 +19,18 @@
  */
 
 /*
+ * 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:
  *   0 - OK
-- 
1.5.0




More information about the wine-patches mailing list