On Sat, Apr 21, 2007 at 12:43:57PM +1000, Jeff L wrote: > James Hawkins wrote: > I don't know which is better, a lot of files appearing in my home or a > new directory. Lots of apps create directories to organise files and we > take it on the chin.
I don't like either, so after a wineprefixcreate I use: find windows/profiles/$USER/ -type l -print -exec "rm" '{}' ';' -exec mkdir '{}' ';' Jan