Xp System Tasks In C#
I need a set of .Net functions written in C# for an experiment we’re trying in our IT department. All our systems are XP so that would be the only enviornment these would need to work on. Basically I need 5 functions…
1. Scans System Hard Drive and creates an XML file representing Files and Directories (e.g. <directory>Users</directory>, <file>test.txt</file>. I’d also need the last modified date for each file.
2. Scans System Registry and creates an XML file representing all nodes and subnodes.
3. function that takes a date/time value and returns a list of errors in the Application Log between that date/time and the current date/time
4. Takes a date/time value and returns a list of errors in the System Log between that date/time and the current date/time
5. Returns available hard drive space on C drive
If you have any questions feel free to ask. Thanks!




