Originally Posted By: tfabris
Maybe he could download Windbg and do something similar?


Dammit. I thought that NTSD was standard on all versions of Windows. But, yeah, if Doug downloads the Debugging Tools for Windows and installs it, then he'll end up with a copy of NTSD.EXE in the C:\Program Files\Debugging Tools for Windows (x86) directory.

So:

Code:
mkdir C:\Temp
cd /d C:\Windows\System32
set _NT_SYMBOL_PATH=SRV*C:\WebSymbols*http://msdl.microsoft.com/download/symbols
mkdir C:\WebSymbols
"C:\Program Files\Debugging Tools for Windows (x86)\ntsd" -g -G -loga C:\Temp\mspaint.log mspaint.exe

_________________________
-- roger