On Mon, Feb 9, 2009 at 7:00 PM, Gert van den Berg <wine-users@xxxxxxxxx> wrote: > "$find" "$WINEPREFIX/drive_c/" -name '*/Start Menu/*.lnk' -exec "$wine" winemenubuilder '{}' \; 2> /dev/null Should be -wholename, which probably means that it requires GNU find, which might be hard to find on non-Linux operating systems... Gert