On Mon, Apr 13, 2009 at 4:36 PM, fcmartins <wineforum-user@xxxxxxxxxx> wrote: > > austin987 wrote: >> >> run wine notepad beforehand to reduce output. >> > > > Hmm, I guess the intention is to clean up startup msgs. But how exactly do I make the same wine process run notepad and then the game? and then only redirect the output from the game? > > > > > > Easiest way is to open two terminals: Term1: $ wine notepad Term2: $ WINEDEBUG=+relay,+seh,+tid wine game.exe &> /tmp/output.txt -- -Austin