Hi Guys,
Just this command .
C:/Siebel/8.1.1.14/Client > forfiles /P . /S /D +10/27/2016 /c "cmd /c echo @path"
Above command will give you all the files modified from 27th October 2016 from Current Directory and also all sub directories.
if you want this information in a file, then use this command.
C:/Siebel/8.1.1.14/Client > forfiles /P . /S /D +10/27/2016 /c "cmd /c echo @path" > ModifiedFiles.txt
Enjoy...
--
Srikanth
Just this command .
C:/Siebel/8.1.1.14/Client > forfiles /P . /S /D +10/27/2016 /c "cmd /c echo @path"
Above command will give you all the files modified from 27th October 2016 from Current Directory and also all sub directories.
if you want this information in a file, then use this command.
C:/Siebel/8.1.1.14/Client > forfiles /P . /S /D +10/27/2016 /c "cmd /c echo @path" > ModifiedFiles.txt
Enjoy...
--
Srikanth