http://bugs.winehq.org/show_bug.cgi?id=27899
Summary: copy multiple file in parameter using '+' return error Product: Wine Version: 1.3.25 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: iip.umar.rifai@gmail.com
Just trying to copy more than 1 file into new file, below is example concatenating file test1.txt and test2.txt into test3.txt:
copy test1.txt+test2.txt test3.txt
return: Path not found
and no test3.txt generated.