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.
http://bugs.winehq.org/show_bug.cgi?id=27899
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |frederic.delanoy@gmail.com Ever Confirmed|0 |1
--- Comment #1 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-07-26 20:03:16 CDT --- Confirmed. Similar (but not identical) bug: http://bugs.winehq.org/show_bug.cgi?id=21394
http://bugs.winehq.org/show_bug.cgi?id=27899
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |us@edmeades.me.uk AssignedTo|wine-bugs@winehq.org |us@edmeades.me.uk
http://bugs.winehq.org/show_bug.cgi?id=27899
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |130cdcd72704bda70c5f13c711c | |d3febdd151825 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Jason Edmeades us@edmeades.me.uk 2012-10-15 16:59:27 CDT --- Should be fixed by todays commits
http://bugs.winehq.org/show_bug.cgi?id=27899
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2012-10-26 13:29:29 CDT --- Closing bugs fixed in 1.5.16.
http://bugs.winehq.org/show_bug.cgi?id=27899
Hin-Tak Leung htl10@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |htl10@users.sourceforge.net
--- Comment #4 from Hin-Tak Leung htl10@users.sourceforge.net --- I tried the original issue - it is actually slightly different from what I reported, as the original scenario I had (part of of nmake driven MSVC build) did:
copy /B file1+file2 file1
to append to a file1.
Now it results in sharing violation and prompt me twice before erroring. Since I can't re-open this, I'll just file a new one...