On Wed, Feb 01, 2017 at 19:39:33 +0000, Paul McCormack wrote: > The only issue that I am having is that I cannot launch Windows executables > from the bash prompt, so I cannot get my GUI mailcaps to fire. The same issue > is described here, but there is no useful response: > https://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_install/windows-10-bash-cannot-run-exe-from-bash/3ddebfb6-a476-4d05-a252-91eec105e0e9
ISTR that support for this is hard since you basically need to poke a hole in the Linux abstraction layer to get have it pass off execution of a PE-COFF executable. Not that I expect that it's *impossible*, but you might need something like binfmt_misc for this I suspect. <crazy> How's WINE on Windows through WSL using a mount in Linux of C:/ or other drives? ;) </crazy> --Ben