Anyone know what this option does?
When I initially read the doc I thought I could use this option to have
adplus lanuch the app I want to monitor for a crash.
Always got an error msg saying requested processes are not executing.
Following is how I start adplus and config file
adplus -c D:\Dev\TestProg\1.0\TestCrash\crash.txt
Contents of config file
<ADPlus>
<Settings>
<!-- defining basic settings (run mode, quiet mode, etc.) -->
<RunMode> CRASH </RunMode>
<Option> Quiet </Option>
<OutputDir>C:\TestCrash</OutputDir>
<ProcessName> TestCrash.exe </ProcessName>
<Sympath>
SRV*C:\MfgsuiteDumps\pdbsymbols*
http://msdl.microsoft.com/download/symbols
</Sympath>
<Spawn>D:\Dev\TestProg\1.0\TestCrash\bin\Debug\Tes tCrash.exe</Spawn>
</Settings>
</ADPlus>
Thanx
jra