Windows NT Only
The Platform SDK contains two tools that you can use with the system crash dump files produced by Windows NT and the Dr. Watson utility. DUMPCHK is a command-line utility that you can use to verify that a dump file has been created correctly. DUMPCHK does not require access to symbols. DUMPREF is a command-line utility that you can use to make a reference to a system crash dump file that can be easily used by a remote debugger. This reference contains the location of the crash dump file and the symbols.
The following is the command-line syntax for DUMPCHK:
dumpchk [-v] [-p] [-q] CrashDumpFile
The following is the command-line syntax for DUMPREF:
dumpref [-d DestFile] SourceFile SymbolPath