Search found 2 matches
- 01 Jun 2010 14:26
- Forum: DOS Batch Forum
- Topic: Batch File to Search and Copy Results
- Replies: 2
- Views: 4282
Re: Batch File to Search and Copy Results
Thanks a ton! That worked
- 01 Jun 2010 13:12
- Forum: DOS Batch Forum
- Topic: Batch File to Search and Copy Results
- Replies: 2
- Views: 4282
Batch File to Search and Copy Results
Hi, I want to be able to do a search within a directory and then copy the results into both 1) A text file 2) Copy the found files into a new directory So far this is what I have: @ECHO OFF SET /p SEARCHTERM=Enter the Search Term: SET /p DATEINPUT=Enter the Date (Ex: 2010-05-27) cd "C:\TotalLis...