Re: Run linux command from wine (fake exe)

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

 



wine cmd /c /bin/ps aux should work (For exemple)

If you really need a .exe file,

test.c

Code:
#include <stdio.h>

int main()
{
	system("cmd /c /bin/ps aux");
}



Then, build it like this: i586-mingw32msvc-gcc test.c [/code]







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

  Powered by Linux