Page 1 of 1

How to check file changes in a network path

Posted: 14 Oct 2011 03:01
by Rudi
Hello Everybody,

I have some protocol files (doc format) in a network path. Once per hour (schedule job that runs a bat file) i should check if there's new files or changes on existing files. In case of changes i'd like to get an e-mail with (if possible) a couple of infos which file was affected by the changes.

Can anyone help me?

Many many Thanks in advance for each help.

Rudolf

Re: How to check file changes in a network path

Posted: 15 Oct 2011 00:30
by Ed Dyreen
'
That can be achieved by using the 'dir' and 'fc' or 'compare' command and the %date% variable.