lamaar
Here is an elegant tweak from another site.
courtesy of POBrien....
------------------------------------------------------------
Printing Directory listings...
Ever wanted to print the contents of a folder and its subfolders in Explorer? Can't do it, can you? Well, with a simple tweak to the Registry, you can.
Open Notepad and type DIR /S >LPT1, where LPT1 is the printer port. Save the file as PRN-LIST.BAT in the Windows 95 (or WinNT) folder and close Notepad. For those using Win 95, now you have to open Explorer, right-click on the file you just created, and choose Properties. Then on the Program tab, choose Minimized from the Run list, select the Close on exit option, and click on OK.
Next (for both Windows 95 and NT users), start the Registry Editor and navigate to HKEY_CLASSES_ROOT\Directory\. Right-click on the \shell folder, choose New|Key, and name it Print List. Right-click on the Print List folder, select New|Key, and name it Command. In the right-hand window, right-click on (Default) and select Modify. Then in the Edit String dialog, type C:\Windows\PRN-LIST.BAT in the Value data field and click on OK. To print a folder's contents, right-click on the folder and select Print List from the pop-up menu.
------------------------------------------------------------ smitee