I all Windows versions you can open a file with its associated program using explorer: Code: explorer.exe c:\myfile.pdf Now test.pdf is opened with e.g. Adobe or whatever.. I tried this in wine-1.1.42 but I cannot get it work. I only get the wine file explorer. Now Code: start.exe c:\myfile.pdf work just fine but unfortunately I need the explorer version to work. many thanks,