Module: wine Branch: master Commit: bb2b2d7d3e442a23c21c00454bb66782a95e0eb7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bb2b2d7d3e442a23c21c00454b...
Author: Jason Edmeades us@edmeades.me.uk Date: Fri Mar 30 19:20:21 2007 +0100
xcopy: Update comments with unsupported operations and current status.
---
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