
 JdBP> Personally, I have SETDOS /I-LIST, because I have not noticed a
 JdBP> speed penalty when using Buerg's LIST.COM (in fact it is *faster*
 JdBP> when reading or scanning a file), and I can remember the Buerg
 JdBP> keystrokes.

    Buerg's LIST is faster when handling longer files, especially when
 scrolling or searching.  The 4DOS internal LIST invokes faster on short
 input.  Most of what I use it for is piped output from commands that
 produce more than a screenful of output.  For other uses, Buerg's LIST
 gets the nod.  To make keystrokes more compatible, I have the following
 in 4DOS.INI:

 ; List keys

 ListFind     = \                ;LIST find is  \     (like Buerg LIST)
 ListNext     = F3               ;Find next is  F3    (like Buerg LIST)
 ListPrint    = F7               ;Print file is F7

