Hey, Scripting Guy! Is it possible to have a script automatically run any time a file is added to a specific folder?-- MB
Hey, WM. Yes, this is possible, thanks to the magic of WMI events, which allow you to write a script to monitor for something of interest (like a file being added to a folder) and then take some action any time an event ...