Hi all
I got a request and I am starting to explore the options and feasibility.
The task is simple: To collect the number of files and the collective size of them for specific extensions on a computer.
Now you know were this request is headed. Looking for mp3, mpg, wma, jpg, etc. on the PCs.
The results will be then exported on an XML formated file to a known location and imported to a Database. Finally, the results are going to be compared against the PC inventory information that we already have.
Some requisites this app must observe:
1. Only has to scan local HDDs, no CD/DVD drive, no USB flash drives, no network drives, etc.
2. As silent and efficient as possible, no large HDD activity to show.
Being the scanning the key point of the application is the main question. Other issues like getting PC info (perhaps using WMI calls) and sending the resulting XML file to a Virtual directory (we know that the location is stored the Registry) are less important for now.
Thanks in advance for your response!!!
I got a request and I am starting to explore the options and feasibility.
The task is simple: To collect the number of files and the collective size of them for specific extensions on a computer.
Now you know were this request is headed. Looking for mp3, mpg, wma, jpg, etc. on the PCs.
The results will be then exported on an XML formated file to a known location and imported to a Database. Finally, the results are going to be compared against the PC inventory information that we already have.
Some requisites this app must observe:
1. Only has to scan local HDDs, no CD/DVD drive, no USB flash drives, no network drives, etc.
2. As silent and efficient as possible, no large HDD activity to show.
Being the scanning the key point of the application is the main question. Other issues like getting PC info (perhaps using WMI calls) and sending the resulting XML file to a Virtual directory (we know that the location is stored the Registry) are less important for now.
Thanks in advance for your response!!!