I work with multiple projects and i I want to recursively delete all folders with the name 'bin' or 'obj' . obj'. That wayi , I am sure that all projects will rebuild everyhing(sometimes everyhing (sometimes it's the only way to force visual studio to forget all about previous builds).
Is there a quick way to accomplish this (with a bat file for example) without having to write a .net program?
