12 Jun
2025
12 Jun
'25
6:02 p.m.
In native Windows, the COPY command will display the names of the files as they are copied. Wine should do the same. This change enables that. -- v17: cmd: Allow '+' as delimiter for tab-completion, e.g. 'copy file+file2'. cmd/tests: Add tests to verify COPY command output. cmd: COPY should output file names as they are copied. https://gitlab.winehq.org/wine/wine/-/merge_requests/8200