Duncan Lithgow wrote:
Fantastic!!! Now it works - I had a feeling it was just me being silly. Next step: how do i add it to my 'path'?
Charles Curley wrote:
You don't, since it requires wine. Instead, create an alias. Something like:
alias IE="wine 'c:/Program Files/Internet Explorer/IEXPLORE.EXE'"
Now you can run Internet Exploder by entering "IE" at the command line.
Note that it *is* allegedly possible to get the kernel to recognise that this file is a Windows executable and pass it over to Wine to run. This uses the binfmt_misc module, which is in all the FC3 kernels that I currently have installed.
This seems a good starting point: http://www.kernel.org/pub/linux/kernel/people/marcelo/linux-2.4/Documentatio...
(I don't think anything has changed here for 2.6).
James.