Jump to content

Folder/file monitor


Recommended Posts

Guest mattr2110
Posted

I'm looking for a program that can monitor multiple folder/files for any

changes and email me when a change has occured. It would also be nice if it

kept logging of what files and folders have been modified.

 

Thanks

  • Replies 3
  • Created
  • Last Reply

Popular Days

Posted

Re: Folder/file monitor

 

Maybe this:

http://www.contactplus.com/products/freestuff/monidir.htm

Louis

 

"mattr2110" <mattr2110@discussions.microsoft.com> wrote in message

news:F36641AC-97B8-4C3B-B625-B308FDE0C2DA@microsoft.com...

> I'm looking for a program that can monitor multiple folder/files for any

> changes and email me when a change has occured. It would also be nice if

it

> kept logging of what files and folders have been modified.

>

> Thanks

Guest Newbie Coder
Posted

Re: Folder/file monitor

 

Mattr2110,

 

I coded you something especially - seriously, I have

 

The only problem you'll face is that the SMTP server has to be correct for it to

send & some servers won't like you using them & maybe pick it up as spam. If

you'll using it on the LAN then no problems

 

Shame you haven't got Outlook Express configured as your news reader because I

have attached a screen dump of the application I have written for you running

within the IDE

 

As the muppets like 'Rock' & a few others on here will say don't trust any 'exe'

attached to the posts I 'maybe' prepared to post my source code as long as you

adhere to me owning the copyright & do not re-use the code in any other

application etc.

 

You can compile the code in a few ways:

 

1) Download the .NET Framework SDK & use the VBC on the command line to create

an exe

 

or

 

2) Visit MSDN (http://msdn.microsoft.com) & download the FREE VB EXPRESS, load

up the code & compile it that way.

 

--

Newbie Coder

(It's just a name)

 

 

 

 

"3c273" <nospam@nospam.com> wrote in message

news:fc4f8d025ok@enews2.newsguy.com...

> Maybe this:

> http://www.contactplus.com/products/freestuff/monidir.htm

> Louis

>

> "mattr2110" <mattr2110@discussions.microsoft.com> wrote in message

> news:F36641AC-97B8-4C3B-B625-B308FDE0C2DA@microsoft.com...

> > I'm looking for a program that can monitor multiple folder/files for any

> > changes and email me when a change has occured. It would also be nice if

> it

> > kept logging of what files and folders have been modified.

> >

> > Thanks

>

>

Guest Newbie Coder
Posted

Re: Folder/file monitor

 

Mattr2110,

 

I coded you something especially - seriously, I have

 

The only problem you'll face is that the SMTP server has to be correct for it to

send & some servers won't like you using them & maybe pick it up as spam. If

you'll using it on the LAN then no problems

 

Shame you haven't got Outlook Express configured as your news reader because I

have attached a screen dump of the application I have written for you running

within the IDE

 

As the muppets like 'Rock' & a few others on here will say don't trust any 'exe'

attached to the posts I 'maybe' prepared to post my source code as long as you

adhere to me owning the copyright & do not re-use the code in any other

application etc.

 

You can compile the code in a few ways:

 

1) Download the .NET Framework SDK & use the VBC on the command line to create

an exe

 

or

 

2) Visit MSDN (http://msdn.microsoft.com) & download the FREE VB EXPRESS, load

up the code & compile it that way.

 

--

Newbie Coder

(It's just a name)

 

 

 

 

"3c273" <nospam@nospam.com> wrote in message

news:fc4f8d025ok@enews2.newsguy.com...

> Maybe this:

> http://www.contactplus.com/products/freestuff/monidir.htm

> Louis

>

> "mattr2110" <mattr2110@discussions.microsoft.com> wrote in message

> news:F36641AC-97B8-4C3B-B625-B308FDE0C2DA@microsoft.com...

> > I'm looking for a program that can monitor multiple folder/files for any

> > changes and email me when a change has occured. It would also be nice if

> it

> > kept logging of what files and folders have been modified.

> >

> > Thanks

>

>


×
×
  • Create New...