Skip to content
Snippets Groups Projects
Commit bb2b2d7d authored by Jason Edmeades's avatar Jason Edmeades Committed by Alexandre Julliard
Browse files

xcopy: Update comments with unsupported operations and current status.

parent 9ff8b4be
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment