Highlight Variable:

BBDUMP features highlighted output when use use /H, /I, or /J. You can customize this feature by setting an environment variable Highlight:

rem  Disable highlight:
set highlight=none

rem  Set the highlight foreground:
set highlight=bright cyan

rem  Set both foreground and background:
set highlight=bri whi on blu

rem  Numbers are also supported:
set highlight=46

If the Highlight environment variable is not defined, the plugin will check the registry for a value named Highlight of type REG_SZ. The plugin will search, in this order:

•  HKEY_CURRENT_USER\Software\​JPPlugins\BBufStuff(affects this plugin only)
•  HKEY_CURRENT_USER\Software\​JPPlugins(affects several of my plugins)

You can also use /NC to disable highlighting.