[Wine] Re: Need to Run Multiple Winapps At The Same Time

dank daniel.r.kegel at gmail.com
Mon Mar 19 00:54:29 CDT 2007


On Feb 5, 3:34 pm, "LaneLester" <lane.les... at gmail.com> wrote:
> In another thread, a user was told to execute: wine 'prog1 prog2' to
> run them both at the same time.

That's incorrect.  You have to do something like
  wine prog1 &
  wine prog2
instead.



More information about the wine-users mailing list