I need to get a batch file which is stored on my Windows PC hard drive to automatically run whenever a file in one of my Dropbox folders is changed.
How can I accomplish this?
Note: The amount of times that files change are very inconsistent. So running it on a timed schedule will not work efficiently in this case.
Edit: The answer to the question is this is marked as a duplicate of does not answer how to check when files are changed, it checks for files being created. I need guidance on what to do to run a batch file when a file in a folder is modified.