TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:RE: How to Print a List of Files (ASAP)! From:Emru Townsend <etownsen -at- Softimage -dot- com> To:"'techwrl'" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Wed, 4 Oct 2000 09:49:09 -0400
Not quite. The DOS that Windows 95 uses is considered DOS 7.0 (just type
'ver' at a DOS prompt to see), and it will happily list long file names --
in the rightmost column.
In any case, there's plenty of freeware that can print directory trees.
Arbitrarily picking one from http://www.download.com, I found one called
Directory to File Program, which is a mere 239K.
> -----Original Message-----
> From: David M. Brown [mailto:dmbrown -at- brown-inc -dot- com]
>
> Since you wanted multiple folders, try this in a DOS window:
>
> TREE /f > filename.txt
>
> This displays the full directory structure (from current
> directory down).
> The /f switch includes filenames in the display.
>
> The only drawback is that--at least in DOS 6.22 (Windows
> 95)--names are displayed in the "8.3" format, yielding names
> like "PROGRA~1" for the "Program Files" directory.