Archived from groups: microsoft.public.windowsxp.help_and_support (
More info?)
Do a Search for *.dmp.
%systemroot%\MEMORY.DMP is the default.
To check the path to dump files...
Right click My Computer | Properties | Advanced tab | Under Startup and
Recovery | Settings button | Under Dump file:
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:19DD5975-ED63-42D6-8D3B-160AD8140050@microsoft.com,
perthy <perthy@discussions.microsoft.com> hunted and pecked:
> I got the Usage: DumpCheck [y <sympath>] <Dumpfile>
> answer even though the file is in c:\program files\support tools
>
> I don't have any stop errors so I guess i won't see a dump file.
>
> Thanks for the help.
>
>
> "Wesley Vogel" wrote:
>
>> Make sure that dumpchk.exe is in %windir%\system32.
>>
>> In a command prompt type:
>> dumpchk /?
>> Hit your Enter key.
>>
>> If you see this...
>> Usage: DumpCheck [y <sympath>] <Dumpfile>
>> the path is OK.
>>
>> I got this error because I have no *.dmp files...
>>
>> C:\>dumpchk.exe Dumpfile.dmp
>> Loading dump file Dumpfile.dmp
>> **** DebugClient cannot open DumpFile - error 80070002
>>
>> I got the very same error when I deleted dumpchk.exe from
>> %windir%\system32.
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User
>>
>> In news:3DFBDEA9-98AF-4CBC-B194-BE5EABBE3C5A@microsoft.com,
>> perthy <perthy@discussions.microsoft.com> hunted and pecked:
>>> I'm experimenting with a command line tool, <dumpchk.exe Dumpfile.dmp>
>>> but I get the following error:
>>>
>>> debugclient cannot open Dumpfile error 80070002
>>>
>>> I've read that there may be a problem with the path but what path is
>>> that relating to? The actual path where bug files are stored? If this
>>> is the case can someone give me an example of the path where these
>>> files are usually stored.