There is a ProcDump tutorial here: http://drdobbs.com/blogs/parallel/229300328
I have an application that crashes, so I want to see if ProcDump can help.
The application is in C:\Program Files\MyCompanyName\thebadapp.exe
so I copied ProdCump.exe to C:\ and opened it like this:
C:\procdump -e C:\Program Files\MyCompanyName\thebadapp.exe
...but Prodcump is returning:
The Directory C:\Files\MyCompanyName\ does not exist
What is it that I am doing wrong?
Thanks.