[Wine] Re: call openoffice in linux from wine

DaVince wineforum-user at winehq.org
Mon Nov 30 12:24:50 CST 2009


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]







More information about the wine-users mailing list