xcopy: Update comments with unsupported operations and current status.
This commit is contained in:
parent
9ff8b4be5b
commit
bb2b2d7d3e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue