Running Windows console program

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
karolis
Newbie
Newbie
Posts: 1
Joined: Tue Apr 15, 2008 3:44 am

Running Windows console program

Post by karolis »

Hello,

I have a Windows console program (not DOS) which must give me a console output. I run program using such command "wine myprogram.exe" in a bash window. Wine shows me no error, but I don't see any output of myprogram.exe

Thank you for any suggestions. :)
SunLight
Level 2
Level 2
Posts: 12
Joined: Thu Feb 28, 2008 11:30 am

Post by SunLight »

Use "wineconsole program.exe", instead of "wine program.exe" .
Locked