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.
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.