When i copy ZIP Files with combinated Copy Parameter is the Targetfile deytroyed. COPY /T /A:-D Original.zip Duplicate.zip = OK, but COPY /TA:-D Original.zip Duplicate.zip = NOK !
I don't believe that is legal syntax. COPY should perhaps give an error message. I think it's interpreting that mess as containing a /A, treating your source file as an ASCII text file and breaking at the first Ctrl-Z it finds.
If you use undocumented syntax, you can get surprising results.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.