Tagged Questions
2
votes
5answers
4k views
Escaping a backslash in Batch File using FINDSTR
In my svn Pre commit hooks I use findstr to block certain file types beign committed.
I now want to extend this to directories, in the first instance \obj\ directories however I am having problems ...