@AndyC: Depends on the user, it had few functions but the one I used was what you see on the shot. If you have dosbox, get it from http://garbo.uwasa.fi/pub/pc/fileutil/listp96x.zip and try yourself, I'll describe it here otherwise.
Poor analogy: Disable Intellisense from VS and you could say the experience is similar as if you deleted list.com from dos. Everything still works, Intellisense "doesn't do anything". Better analogy: use cd/dir instead of windows explorer. Using list is just faster for navigation compared to dir/cd <tab completion>/windows explorer (when you need to work on the prompt a lot, which isn't unheard of from developers).
I tried a good bunch of alternative text-mode directory navigator programs and none of them are nearly as efficient. Other then-popular functions of list were file viewing/hex viewer and typical windows explorer file management functions but those to me were really secondary fluff/bloat, performed better by dedicated tools. List.com was to me the dedicated complete replacement for cd & dir. (except Dir /s - which can be piped into the l.com viewer: dir /s | l )
Typical usage (assume unknown and complicated path names):
C:\a\b\c\>l<enter> (l.com, single .com file, in the PATH)
<arrow-left/right (switch column), arrow/page-up/down, home, end, enter(to change folder or open file)>
x (exits l.com into the directory that was last visible)
c:\X\y\z\t\>
l file / <enter> in the navigator opened the text/hex viewer and e opened file in editor.
Of course it could also do the usual stuff: show and change file dates/sort, attributes. But the ability to show a lot of folders & files, navigate using all arrow keys between columns (not just up& down) is the one I care about.
The piping function mentioned does not work in dosbox. In vmware, the dos version I have requires use like: dir /s | l cmd0 - doesn't work without that cmd0.
Tell me about another text-mode folder/file navigation tool that shows as much folders/filers as you see, by default, as efficiently, and allows as efficient navigation in it to select the stuff. I'll check it out if it works in the windows 64 bit cmd prompt (not just PS prompt).
Add your 2¢