I need to search for a string in files created in past two days.
forfiles /P "C:\ftp" /D -0 /c "cmd /c find /C /I ""error"" @file" .But this doesnt seem to work.
Please help
↧