Stuff
public text v1 · immutableSETLOCAL EnableDelayedExpansion
for /f "tokens=*" %%a in ('dir/b/s *.csv') do (findstr /I "Magog Sherbrooke Waterville" "%%a"
if !errorlevel! equ 0 (
copy "%%a" %temp%\check
) else (
copy "%%a" %temp%\donotcheck
)
)