Saved Bookmarks
| 1. |
Solve : Determine when file is added to folder...? |
|
Answer» Is there a way I can be alerted by the O/S as to when a NEW file is saved to a folder? I GUESS I am looking for some sort of monitoring functionality. Is there a way I can be alerted by the O/S as to when a new file is saved to a folder? I guess I am looking for some sort of monitoring functionality. Assuming XP, very simple one. Code: [Select]D:\test>DIR /A-D /B > file1.txt D:\test>dir /A-D /B > file2.txt D:\test>fc file1.txt file2.txt Comparing FILES file1.txt and FILE2.TXT ***** file1.txt ***** FILE2.TXT sdfsdfgsfds sdfsdfdsf ***** |
|