-
Posted to
General Discussion
by
dinhn
on
10-15-2008, 1:12 AM
Hi Scott,
Thanks for the reply.
I used your suggestion and I was able to obtain the details of System32.
[quote user="Scott R"]Have you tried using the reserved keyword Sysnative [/quote]
But the returned results included "Sysnative" in the path returned, as in ...
-
Posted to
General Discussion
by
dinhn
on
10-07-2008, 8:08 AM
Hi,
I am using LogParser 2.2 (32 bit) on 64 bit Vista Operating System.
I want to query the System32 folder using LogParser.
I am using the below query from LogParser commandline.
LogParser.exe -i:FS "SELECT PATH FROM "C:\Windows\System32\*.*""
But for the above query, LogParser returned me the information of ...
-
Posted to
Advanced Topics
by
dinhn
on
04-30-2008, 1:47 AM
Hi,
I am waiting for the solution to my problem. Any help is much appreciated.
Thanks
-
Posted to
Advanced Topics
by
dinhn
on
04-25-2008, 7:08 AM
Also I found that it returns output like
C:
for the query which I had mentioned in my earlier post
This output seems to be strange.
Also it returned me the below o/p
C:\Windows\winsxs\x SDPM roso 1.01 dows
but I couldn't find this directory(C:\Windows\winsxs\x). I tried the step 2 mentioned by you. But couldn't find the ...
-
Posted to
Advanced Topics
by
dinhn
on
04-24-2008, 3:23 AM
Hi,
Thanks for the reply.
[quote user="gluegood"]1. Does the same query when run via LogParser.exe return the same results?
[/quote]No. When I run the same query via LogParser.exe I am not getting these results.
I will look into suggestions 2 & 3 and will update you.
Thanks
-
Posted to
Advanced Topics
by
dinhn
on
04-23-2008, 9:45 AM
Hi all,
I am using LogParser to get query the files/directories on my drives.
I am executing the below code to query my 'C' Drive.
string pathToScan = @"C:\*.*";
string tempPath = @"C:\Log.txt";
string queryString = @"SELECT PATH, SIZE, LASTWRITETIME, ATTRIBUTES, FILEVERSION, ...