[Wine] Problem redirecting output stream of wine

Dan Kegel dank at kegel.com
Fri Mar 28 15:22:57 CDT 2008


On Fri, Mar 28, 2008 at 12:33 PM, ranamar <wineforum-user at winehq.org> wrote:
>  I'm using an Ubuntu 7.10 and the latest (?) version of Wine ( 0.9.58 ).
>  I'm running a windows application that seems to work properly, but i cannot manage to redirect the output to a file:
>
>  $ wine cmd.exe
>  Usage : cmd.exe [filename1] [filename2] ...

Not sure you really have the latest wine?

When I tried it, it worked fine:

$ wine-git/wine cmd.exe /c aslkdf
File not found

$ wine-git/wine cmd.exe /c aslkdf > log 2>&1

$ cat log
File not found



More information about the wine-users mailing list