I would like to add file ownership to the data I am extracting about files through Log Parser. The data I want is the field included by specifying /Q on the DIR command.
While I suspect that the simple answer is that it cannot be done, has anyone looked at this and come up with any helpful ideas, please?
I don't think this can be done using logparser. It might be possible to dump the output in a file and then use separate batch file to go through this list, run "dir /b /q" on them and direct that output to a different file.
ggrinton
1 Post
Is it possible to determine file ownership (Type:FS)
Mar 24, 2010 04:25 AM|LINK
I would like to add file ownership to the data I am extracting about files through Log Parser. The data I want is the field included by specifying /Q on the DIR command.
While I suspect that the simple answer is that it cannot be done, has anyone looked at this and come up with any helpful ideas, please?
Thanks. Geoffrey
ksingla
1138 Posts
Microsoft
Re: Is it possible to determine file ownership (Type:FS)
Mar 24, 2010 08:41 PM|LINK
I don't think this can be done using logparser. It might be possible to dump the output in a file and then use separate batch file to go through this list, run "dir /b /q" on them and direct that output to a different file.
Thanks,
Kanwal