Hello All
I am quite NEW to VBScript and I am trying to find a script that will notify me by a simple message box that a file has changed/modified/saved in a particular directory. I have several text files in a directory and want to know as soon as one is changed and saved. I have played around with a test program that works in Visual Studio 2010 but for some reason it fails when installed on another PC.
So I have turned to VBScript..... I found some code that will notify me if there are new files added or the count has reached certain limit and scans for changes every x seconds or minutes. What I need is for the script to detect a change as soon as it happens and then notify me.
Any help is GREATLY appreciated. Thanks
I am quite NEW to VBScript and I am trying to find a script that will notify me by a simple message box that a file has changed/modified/saved in a particular directory. I have several text files in a directory and want to know as soon as one is changed and saved. I have played around with a test program that works in Visual Studio 2010 but for some reason it fails when installed on another PC.
So I have turned to VBScript..... I found some code that will notify me if there are new files added or the count has reached certain limit and scans for changes every x seconds or minutes. What I need is for the script to detect a change as soon as it happens and then notify me.
Any help is GREATLY appreciated. Thanks