J
Jim
Hello,
I would like to find every occurrence of the string "://" in the index.dat
files which store the ie history. Once a line is identified as containing
this string, I would process (i.e. parse) that line to put the data into a
datatable. (note that I already have a function which identifies the correct
index.dat files by accessing the registry).
Additionally, I would like to be able to process multiple files concurrently
(i.e. on it's own thread).
I had a function that was working on windows xp/2000 machines which was
creating a new process, and then having it execute the DOS cmd.exe with a
find command to extract the information. However, this would only process
one file at a time, AND it would not work on windows me systems because the
cmd.exe does not exist on that platform. When I tried to convert it to have
the process use COMMAND.COM, I get errors in the find command.
Does anyone have any ideas as to how I could do this?
Thanks!
Jim
I would like to find every occurrence of the string "://" in the index.dat
files which store the ie history. Once a line is identified as containing
this string, I would process (i.e. parse) that line to put the data into a
datatable. (note that I already have a function which identifies the correct
index.dat files by accessing the registry).
Additionally, I would like to be able to process multiple files concurrently
(i.e. on it's own thread).
I had a function that was working on windows xp/2000 machines which was
creating a new process, and then having it execute the DOS cmd.exe with a
find command to extract the information. However, this would only process
one file at a time, AND it would not work on windows me systems because the
cmd.exe does not exist on that platform. When I tried to convert it to have
the process use COMMAND.COM, I get errors in the find command.
Does anyone have any ideas as to how I could do this?
Thanks!
Jim