In another thread, a user was told to execute: wine 'prog1 prog2' to run them both at the same time. I haven't been able to figure out how to do that with my situation. I tried this wine "'c:/Program Files/wdisplay/WeatherD.exe' 'c:/Program Files/ Google/adwords_editor.exe'" but got this: wine: cannot find ''c:/Program Files/wdisplay/WeatherD.exe' 'c:/ Program Files/Google/adwords_editor.exe'' and this: wine 'WeatherD.exe adwords_editor.exe' gave me this: wine: could not load L"c:\\windows\\system32\\WeatherD.exe adwords_editor.exe": Module not found Lane
On Feb 5, 3:34 pm, "LaneLester" <lane.les...@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.