In the meantime... to automagically print the output; make a .bat file with this code:
@echo off
tree /F /A %1 > "%temp%\dirlist"
start /w notepad /p "%temp%\dirlist"
del "%temp%\dirlist"
exit
call it "Dirlist.bat" or something, and save it to your c:\ dir then make a .reg file:
REGEDIT4
[HKEY_CLASSES_ROOT\Directory\shell\Dirlist\command]
@="C:\\dirlist.bat %1\\"
(you could also replace "C:\" with a path to wherever you really want to put the .bat file, and remember to double the slashes...)
and right-click
Merge.
Now, right-click on any directory and select "Dirlist"
Context Menu Commander?!? Oooh, I can't wait!... (no more digging in the registry, whew!)