DIRectory Colorization in v25 Help File

In the Help file under "What's New in Version 25"
Code:
For example, to display 32-bit console apps in bright red and 64-bit console apps in bright red:

set colordir=EXETYPE_WIN32CUI:bri green;EXETYPE_WIN64CUI:bri red

...should be...
Code:
For example, to display 32-bit console apps in bright green and 64-bit console apps in bright red:

set colordir=EXETYPE_WIN32CUI:bri green;EXETYPE_WIN64CUI:bri red

Also, could this example please be added to the DIR entry in the Help file?

Joe
 

Similar threads