Usage

<< Click to Display Table of Contents >>

Navigation:  Windows Tools > ProcessDmp >

Usage

Command Line Parameters

 

processdmp /f /c /o <outputdirectory> processName

 

/f

Create full memory dump instead of minidump

/c

Compress dump file

/o <outputdirectory>

Change output directory, default is current directory

processName

The name of the process for which the dump file should be created, e.g. "notepad.exe". ProcessDmp will create multiple dump files if multiple instances of the process exist

 

Examples

 

Example 1: Create a dump file for Notepad in the current directory

 

processdmp notepad.exe

 

Example 2: Create a compressed dump file for all instances of myapp.exe in C:\Dumps 15:00 and Successful to the event log as an information event

 

processdmp /c /o C:\Dumps myapp.exe