(imported topic written by Wallen9791)
Hello all, I’ve created a task that searches for the locations, date and time of a certain file. The file I’m searching for may exisit in multiple locations on a device. Once the task has completed, a new text file is created on each device with the locations, date and time of the file.
I need to create an anaylsis that will read the text file that was created by the task and list the results for each file. Here is an excerpt of the text file that is created once the task is run
c:\HOME\RemoteAccess\myfile 10/08/2007 02:19PM 7,293 notes.ini
c:\Program Files\NewUA\Ua 10/04/2002 10:11AM 195 notes.ini
c:\Program Files\notes 02/11/2009 12:01PM 7,439 notes.ini
I now need to create an analysis that can read this file so that I can create a web report with this info. Not sure what relevance language to use. Any help would be appreciated.
Thanks