https://bugs.winehq.org/show_bug.cgi?id=52743
--- Comment #10 from Eric Pouech eric.pouech@orange.fr ---
@Eric, please let me know if you think this should be its own bug (or if it should be marked as a duplicate of bug 52761.
it should work when you give the exact path for the exec
this should work: ./wine programs/cmd/cmd.exe /c echo 'hello' >& ~/test.txt < /dev/null
while this doesn't (yet) ./wine cmd.exe /c echo 'hello' >& ~/test.txt < /dev/null
I'll post to wine-devel this missing bit