COPY command does not work as expected
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Wine |
Confirmed
|
Wishlist
|
|||
wine (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Binary package hint: wine
In Windows, the COPY command run in a command prompt allows users to concatenate files by using a plus ("+") operator, for example:
copy file1+file2 outfile
In wine's cmd.exe, it seems to read file1+file2 as a single path and therefore outputs a "Path Not Found". Also, it does not recognize the "con" keyword used to represent stdout/stdin. Therefore another method of concatenating files:
copy file1 outfile
copy file2 con >> outfile
does not work either.
My Ubuntu version is 8.04, AMD64 architecture, though I have seen the same issue on the x86 version as well.
"apt-cache policy wine" yields:
wine:
Installed: 1.0.0-1ubuntu4~
Candidate: 1.0.0-1ubuntu4~
Version table:
*** 1.0.0-1ubuntu4~
500 http://
100 /var/lib/
0.
500 http://
description: | updated |
Changed in wine: | |
status: | Unknown → Confirmed |
Changed in wine: | |
importance: | Unknown → Wishlist |
Thank you for reporting this bug. Please add your ubuntu version and the output of "apt-cache policy wine".