Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Re: Monitoring Directory/Folder As And When There Is Changes


Message #1 by "Frankie Loh Teck Seng" <lohts@p...> on Tue, 4 Jul 2000 9:28:35
Here is some Ideas:
1. use AT command under windows nt and run a script that check for changes
in files every say 5 mins.

2. create vb_application which monitor this location for changes...you are
professional VB, I think properly the easy way...if you don't want it to run
all the time, then combine with at command.

Cheers,


----- Original Message -----
From: "Frankie Loh Teck Seng" <lohts@p...>
To: "professional vb" <pro_vb@p...>
Sent: Tuesday, July 04, 2000 9:28 AM
Subject: [pro_vb] Re: Monitoring Directory/Folder As And When There Is
Changes


> Greeting;
>
> We have a particular folder that shared by all users.
> This folder consists of txt file and its corresponding gra file.
> Their requirement now is such that everytime one of the text file
> is changed, a trigger should be activated to execute the VB program
> that I wrote before. Is there anyway and how the mentioned trigger
> or something similar can be written (to monitor folder/file change)?
>
> Sincerely appreciate for any comment/suggestion you have.
>
> Thanks.
>

  Return to Index