Anyone know a way to keep a log of directory, subdirectory and file changes? When I add new content to my personal FTP server no one knows what's new. Since I have so much stuff available it's difficult for people wade through it all to find any changes. Basically I'm looking for a way to keep a .txt file updated daily with everything that was added that day. Any ideas?
The closest I got was using "dir /s /b /o-d > whatsnew.txt" but that doesn't exactly put stuff in complete chronological order.
The closest I got was using "dir /s /b /o-d > whatsnew.txt" but that doesn't exactly put stuff in complete chronological order.