• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

scan for files in a network

npoe1

Senior member
I have been asked to find a program that scans the computers on our network looking for MP3 files and things like that. I tried playing a little with McAfee 8.0i (is the one that we have) but I didn't find something useful.

Does anybody know how to do this?
 
there are lots of ways, do you know how to script?


the easiest is going to be setup a batch file to scan the c$ share and dump it to a file, then parse that file for common extensions for media files (mp3, mp4, wma, wmv, avi, etc)
 
I have basic notions of scripting, but I guess that I can manage to do it. What are the others ways?
 
Back
Top