One of the internal apps where i work runs well with wine, however one part of its operation is starting a process that runs for a few minutes. On windows this pops up a command prompt and displays the output, waiting for a keypress at the end.
On linux however, it will output to the current shell if i start the app at the command prompt, but if i start it just from the gui then it displays nothing.
Is there something i can set so that wine opens an xterm or some (other terminal) to get similar behaviour as on windows?
Thanks