I\'m currently in working on a script to create a custom backup script, the only piece I\'m missing is a file monitor. I need some form of a script that will monitor a folde
In VBScript, you can monitor a folder for file changes by subscribing to the WMI __InstanceModificationEvent event. These articles contain sample code that you can learn from and adapt to your specific needs: