Ok, this is my third try posting this, maybe I\'m asking the wrong question!!
It\'s been a few years since I\'ve done any shell programming so I\'m a bit rusty...
I think you can do this all within your find command. OTTOMH:
find -mindepth 3 -maxdepth 3 -type d -name "*New Parts*" -exec ln -s -t /cygdrive/c/Views {} \;
Hope I remembered that syntax right.