http://bugs.winehq.org/show_bug.cgi?id=16214
Joerg Schiermeier newsletter@Schiermeier-Software.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |newsletter@Schiermeier-Soft | |ware.de
--- Comment #3 from Joerg Schiermeier newsletter@Schiermeier-Software.de 2009-10-03 19:17:29 --- (In reply to comment #2)
(In reply to comment #1)
Is this still an issue in current (1.1.22 or newer) wine?
Yes, it is. I am working on it.
And still present in wine v1.1.30.
also this will not work
H:\test> copy /b infile1.bin + infile2.bin + infile3.bin outfile.bin
Same like the first example but with spaces arount the '+' and binary concatenation.
The resultfile is only the first file 'infile1.bin' wrongly named '+' (The filename is the plus sign). See this example:
---<example>--- see Attachment ---</example>---