How to monitor a folder and trigger a command-line action when a file is created or edited?
Posted
by
bigmattyh
on Super User
See other posts from Super User
or by bigmattyh
Published on 2010-12-29T08:06:29Z
Indexed on
2010/12/29
8:56 UTC
Read the original article
Hit count: 147
I need to set up some sort of a script on my Vista machine, so that whenever a file is added to a particular folder, it automatically triggers a background process that operates on the file. (The background process is just a command-line utility that takes the file name as an argument, along with some other predefined options.)
I'd like to do this using native Windows features, if possible, for performance and maintenance reasons. I've looked into using Task Scheduler, but after perusing the trigger system for a while, I haven't been able to make much sense of it, and I'm not even sure if it's capable of doing what I need.
I'd appreciate any suggestions. Thanks!
© Super User or respective owner