I do something like:
$ ln -s '/home/deostroll/.wine/dosdevices/c:/Program Files/Internet Explorer/iexplore.exe' /usr/bin/iexplore
I am expecting that at the shell I can just type the following and expect the Internet explorer browser window to show up:
$ pwd
<where ever>
$ iexplore
But instead I get the following error message:
wine: cannot find L"Z:\\usr\\bin\\iexplore."
What am I doing wrong?
wineis implicitly being called since I can seewine: cannot find L"Z:\\usr\\bin\\iexplore.as error message! – Vineet Menon Nov 18 '11 at 06:05