alstone wrote: > Some Windows applications have user settings in their corresponding > > c:\Documents and Settings\<username>\Application Data\<application> folder. > > What's the equivalent of this under Wine ( in order to copy the necessary files > from my Windows installation to Wine/Ubuntu ) ? If the path exists you can run this: Code: winepath -u "c:\Documents and Settings\<username>\Application Data\<application>" Of course replace <username> and <application>.[/code]