Search found 2 matches
- 21 Nov 2007 12:12
- Forum: DOS Batch Forum
- Topic: directory command output
- Replies: 3
- Views: 9072
- 19 Nov 2007 08:46
- Forum: DOS Batch Forum
- Topic: directory command output
- Replies: 3
- Views: 9072
directory command output
I am trying to generate a list of complete path names to directories whose content has been modified after a specific date/time stamp. I am currently using dir /b /o:n /a:d /t:w \\%1\*.* to generate a list of folder names. My questions: 1 - How do I restrict the list to folders with content modified...