See Scripting for help on writing StackHash Scripts.
You must enter a name for the script. You can rename an existing script by changing the name and clicking OK.
Scripts can selectively be run on managed or native dumps (a dump is treated as managed if the .NET CLR has been loaded). The default is to run scripts on all crash dumps.
If Run on cabs automatically is checked this script will be run immediately after each synchronization with WinQual. The script will be run on all new cabs and also any existing cabs that do not already have results for this script.
An optional comment can be added to each line of the script using the * character, i.e.:
.kp * Print Stack
Only the last * is treated as a comment so for commands that include the * character a comment is required, i.e.:
.shell dir *.dll * Comment is required
Comments are not permitted for the .sympath, .srcpath and .exepath commands. Any comment added following these commands will be treated as part of the script line.