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 please help me
