Run program as background job

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
btopia
Newbie
Newbie
Posts: 1
Joined: Fri May 01, 2009 4:58 pm

Run program as background job

Post by btopia »

I have a program test.exe , which is purely text-mode.

I tried to run it like

wine test.exe >& /dev/null &


However, the program is suspended.

Is there anyway I can put the program in the background running?

Thanks.
James McKenzie

Run program as background job

Post by James McKenzie »

btopia wrote:
I have a program test.exe , which is purely text-mode.

I tried to run it like

wine test.exe >& /dev/null &


However, the program is suspended.

Is there anyway I can put the program in the background running?

Is this a Windows program or a Dos program?

If it is DOS, you might want to look at dosbox and try using it.

If it is a Windows program, it may require more than what you are trying
and placing it in the background will suspend it.

James McKenzie
Locked