Re: launch linux script from windows application

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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?






[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux