Search found 2 matches

by iulian.fartade
13 Aug 2018 11:09
Forum: DOS Batch Forum
Topic: Dir multiple folder search
Replies: 3
Views: 3033

Re: Dir multiple folder search

You can target a list of folders in just one DIR command line. DIR "C:\Users\Tesla-Project\Desktop\test\Test1\a*.txt" "C:\Users\Tesla-Project\Desktop\test\Test2\a*.txt" /A:-D /S /O /L Steffen Thank you Verry Much Steffen!!! Do you think it would also be possible to filter the result and save in the...
by iulian.fartade
13 Aug 2018 04:00
Forum: DOS Batch Forum
Topic: Dir multiple folder search
Replies: 3
Views: 3033

Dir multiple folder search

Good day! I am having some issues with the basics, I'm sorry to use your time but I had spent several days of search and got no results. I have the next folder structure, in a test folder on the desktop: \test \1 \empty \2 \a11.txt \b11.txt \3 \a11.txt \b11.txt \a1 \empty \a2 \a11.txt \b11.txt \a3 \...