Search found 1 match

by cheops2006
05 Feb 2009 11:05
Forum: DOS Batch Forum
Topic: How to omit certain directory types
Replies: 1
Views: 4543

How to omit certain directory types

Hi All, I am using this to create a list of files recursivly from a directory dir /A-D /B /S >> ..\FileList.txt However I use subversion and this creates hidden ".svn" directorys which I would like to ignore and also there contents. How do I go about this? Thankyou Adrian.