----------------------------------------- w i n d o w s 3 . 1 x / 9 5 / 9 8 p r i n t d i r e c t o r y t r e e ----------------------------------------- Operating Systems: Windows 3.1x Windows 3.11 for Workgroups Windows 95 Windows 98, 98se Problem: I want to print the expanded directory tree for all applications, using the Print Screen key would be laborious and untidy. Is there an easier way? We use Windows 95. Solution 1: There is a FREEWARE application which will allow you to do this. Download Print Folder 1.2 at http://no-nonsense-software.com Solution 2: Surprisingly, Windows 95 provides no way of printing a directory tree. But DOS does. If you type DIR C:\ /S from the DOS prompt, you will see the expanded directory listing scroll past on the screen. Print: To print it out, add >PRN to this command. DIR C:\ /S >PRN File: Alternatively, add >DIRLIST.TXT. DIR C:\ /S >DIRLIST.TXT This will capture the listing to a text file which you can subsequently open in a word processor. You will then be able to tidy it up and add any required formatting before printing it. Help on DIR: For help, with the DIR command, type DIR/? From the DOS prompt. Source: The Scotsman, Interactive, PC Doctor MIKE LEWIS from website http://www.thescotsman.com