http://bugs.winehq.org/show_bug.cgi?id=20226
Robert Backhaus robbak@robbak.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |robbak@robbak.com
--- Comment #4 from Robert Backhaus robbak@robbak.com 2010-06-09 19:20:36 --- While it is no longer crashing for me on 1.2rc2, it is not doing what it should, as follows:
robbak@robbak-pc:~$ rm -r testdir robbak@robbak-pc:~$ mkdir testdir robbak@robbak-pc:~$ mkdir testdir/target robbak@robbak-pc:~$ wine xcopy.exe /e testdir\nonexistant testdir\target File not found
^Crobbak@robbak-pc:~$ ls testdir target robbak@robbak-pc:~$ ls testdir/target/ business Downloads histfile openwrt openwrt-dl snapview temp Videos
Which is the contents of my home directory, or as much of it as it copied before I ^C'd it.
On XP, xcopy dies immediately:
xcopy.exe testdir\nonexistant testdir\target
File not found - nonexistant 0 File(s) copied