TCC 16.03.55 x64 Windows 7 [Version 6.1.7601]
TCC Build 55 Windows 7 Build 7601 Service Pack 1
The help for COPY says:
and the command dialogue doesn't appear.
The help also says:
although that might be a documentation error rather than a bug.
The same problems are seen with MOVE, which I guess shares a lot of code with COPY.
TCC Build 55 Windows 7 Build 7601 Service Pack 1
The help for COPY says:
but it's not working:/= Display the COPY command dialog to help you set the filename and command line options. You cannot specify any other arguments on the command line
Code:
d:\temp>copy /=
TCC: (Sys) The system cannot find the file specified.
"D:\="
0 files copied
The help also says:
but it doesn't, it displays the quick help instead:If you don't specify any arguments, COPY will display its command dialog.
Code:
d:\temp>copy
Usage : COPY [/A:[[-][+]rhsdaecjot] /CDEFGH /FTP:A /I"text" /JKLM /MD /N[dejnst]
/O:[-]adegnrstu /OPQR /Sn /TUVWXZ] source [+] ... [/A /B] [TO:] destination [..
.] [/A /B]
The same problems are seen with MOVE, which I guess shares a lot of code with COPY.