On Fri, Mar 28, 2008 at 12:33 PM, ranamar <wineforum-user@xxxxxxxxxx> 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