bill lam wrote: > I want to know if a linux process is already runnning, eg, I could use > ps -e |grep soffice > However under wine, the output can not be read (mentioned in my last email), is > there any other alternatives? > > regards, Since win32api does not have anything like that you can't do that in Wine. Unless you create winelib app - then you do the standard POSIX stuff, which is outside the scope of Wine.