
Search found 2 matches
- 22 May 2012 05:10
- Forum: DOS Batch Forum
- Topic: Copy files if they contain a string
- Replies: 3
- Views: 13508
Re: Copy files if they contain a string
Huh, it was very quick
! Thank you mate, it works.

- 22 May 2012 05:03
- Forum: DOS Batch Forum
- Topic: Copy files if they contain a string
- Replies: 3
- Views: 13508
Copy files if they contain a string
Hello Guys, I'd like to ask your help. I'm a beginner in batch programming, so don't be too hard with me. I need to write a batch command, which copies files if they contain certain string. I googled findstr /m "string" *.dat, but I don't know how to pipeline with copy command. Could you p...