The fact that you are a complete novice to .NET  is evident from the
use of the term "*.NET". FYI, it's .NET.

I could easily write the code for you which would not amount to more
than 10 lines. However, I doubt if your solution is as simple as that.
You see, .NET does not have runnable scripts like Perl or VBS. You
would need to decide if you want to create a Windows service, a
standalone application or a .dll that can be called from a client
application.

My advice to you : Use VBScript. Windows provides full support for it.

Here are some links that you could check out AFTER familiarizing
yourself with VBScript:(watch for URL break)

http://www.activexperts.com/activmonitor/windowsmanagement/adminscripts/filesfolders/files/#MonitorFileModification.htm
(See the links that say "Enumerating All the Files in a Folder" and
then "Enumerating File Properties")

http://www.scriptinganswers.com/vault/Files%20and%20Folders/
(See the link that says "Find and List Old Files")

http://www.tek-tips.com/viewthread.cfm?qid=1492584&page=8

That said, this Group does not cater to discussions on VBScript. If
however, you decide to implement your solution in .NET, feel free to
ask for advice.

HTH.

On Dec 5, 7:03 pm, paulmitchell507 <[EMAIL PROTECTED]>
wrote:
> I am a complete novice when it comes to *.NET, as I am sure this post
> will prove.
> I am in the process of migrating an intranet site from NT (yes, NT4)
> to server 2008.  Under NT, we had a Perl script that reported any new
> or modified (in the last 10 days) files stored in any folder below \
> \internal.
>
> I have installed the latest version of Perl, which runs and outputs
> the .HTML report, but never records any file changes.
>
> I would like to remove Perl in favour of a *.net equivalent.  Can
> anyone provide any help/guidance?
>
> Regards,
> Paul

Reply via email to