div wrote: > Is there a possibility to execute e.g. a bash command/Linux program out of program running under wine? Sort of. You have to execute bash give it whatever commands you want it to run via "-c" switch. For example "/bin/bash -c 'ls -la /' ". For details see: http://wiki.winehq.org/FAQ#head-831a83720cb0fc83e7a74a0b6ef3a7aab001a347