> # wine IEXPLORE.EXE > > Also, it may not be in your path, so you may have to give a fully > qualified windowsified path: > > # wine "c:/Program Files/Internet Explorer/IEXPLORE.EXE" & > > To find out where something is in your wine tree, try: > > find .wine -iname "*.exe" | less > > or variations on that. For more information, "info find". Fantastic!!! Now it works - I had a feeling it was just me being silly. Next step: how do i add it to my 'path'? That's really great - if i can get it working with java then we can get into our internet banking. That's the last thing we're using windows for (other than ArchiCad) choice - Duncan