https://bugs.winehq.org/show_bug.cgi?id=34730
--- Comment #25 from Emmanuel Charpentier emm.charpentier@free.fr --- =============== E R R A T U M ! ===============
There seems to be ONE and ONLY ONE way to invoke a Linux program on a Wine command line :
charpent@asus16-ec:~$ ls -l .wine/drive_c/windows/system32/evince.exe -rwxr-xr-x 1 charpent charpent 26 Dec 27 17:41 .wine/drive_c/windows/system32/evince.exe charpent@asus16-ec:~$ cat .wine/drive_c/windows/system32/evince.exe #!/bin/sh /usr/bin/evince charpent@asus16-ec:~$ wine evince wine: Bad EXE format for C:\windows\system32\evince.exe. [ Doesn't work directly. Have to use the command interpreter ] charpent@asus16-ec:~$ wine cmd /c evince [ WORKS ! ]
It seems to be valid from a cmd terminal : charpent@asus16-ec:~$ wine cmd Microsoft Windows 5.1.2600 (1.8-rc4)
Z:\home\charpent>evince [ WORKS !]
This is still different from what is advertised in the FAQ § 7.4...
HTH,