rosch wrote: > I all Windows versions you can open a file with its associated program using explorer: > > Code: > explorer.exe c:\myfile.pdf > > This is wrong. Explorer has nothing to do with file associations. You should be using "start <foo>" instead. Regardless Wine's explorer doesn't support this.