Search found 1 match

by torrentrocks
20 Feb 2009 09:56
Forum: DOS Batch Forum
Topic: FOR /R exclude ".svn" directory
Replies: 2
Views: 6637

FOR /R exclude ".svn" directory

How do I recursively get a list of sub-directories but exclude ".svn" directory in the list?

Code: Select all

FOR /R %d IN (*) DO @echo %d