[Wine] Re: launch linux script from windows application

cmarin wineforum-user at winehq.org
Thu Jul 31 03:18:25 CDT 2008


Thanks for your responses.

I tried all these possibilities unsuccessfully 


Code:
int result = _spawnlp(_P_NOWAIT, "/bin/sh" , "/bin/sh", "-c", "/home/dims/strjava", NULL );

int result = _spawnlp(_P_NOWAIT, "/bin/sh" , "sh", "-c", "/home/dims/strjava", NULL );

int result = _execl("/bin/sh" , "/bin/sh", "-c", "/home/dims/strjava", NULL );

int result = _execl("/bin/sh" , "sh", "-c", "/home/dims/strjava", NULL );




Any other idea?







More information about the wine-users mailing list