show/hide this revision's text 2 fixed spelling

i wan't I want to delete all bin and obj folders to force all projects to rebuild everything

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?

show/hide this revision's text 1

i wan't to delete all bin and obj folders to force all projects to rebuild everything

I work with multiple projects and i want to recursively delete all folders with the name 'bin' or 'obj' . That way i am sure that all projects will rebuild 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?