fachamix wrote: > > DaVince wrote: > > Wouldn't calling > > > > Code: > > system("/usr/bin/abiword"); > > > > > > be enough considering Wine sees abiword as something runnable and just runs it, anyway? > > > no ... > > I dont want to use : > > wine /usr/bin/abiword > > I want : > > wine program.exe > > and insidde program.exe ... call abiword Following that logic you're doing this: wine /bin/sh -c /usr/bin/abiword Not much of a difference. [Rolling Eyes]