Commit bb2b2d7d authored by Jason Edmeades's avatar Jason Edmeades Committed by Alexandre Julliard

xcopy: Update comments with unsupported operations and current status.

parent 9ff8b4be
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment