How to omit certain directory types
Posted: 05 Feb 2009 11:05
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.
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.