checking any changes of files in specify folder & subfolders

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
jamesfui
Posts: 50
Joined: 27 Mar 2010 23:00

checking any changes of files in specify folder & subfolders

#1 Post by jamesfui » 15 Apr 2010 04:41

hi dostips batch scripters expert..!
do anyone know what is the bat script to CHECK any changes
on a specify folders plus its subfolders with the previous reference list in text document??

for example,
DIR /S /B "c:\documents\report\jan2009"\*.doc>> jan2009listing.txt
DATE /T>> jan2009listing.txt

i get the jan2009listing.txt when i checked it during 2009 january..

now i need to recheck the status from my previous records using
the jan2009listing.txt as reference & create a new check for this current month 2010...

so what is the bat scripts to check what changes or anything add in or
some files are updated comparing with the one when i check it..

if possible, list out the files which are updated or any changes made in another text document like jan2009listing_recheck.txt

thanks in advance!! :D

Post Reply