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: Editable List of Filenames from Windows? From:Robert Lauriston <robert -at- lauriston -dot- com> To:"techwr-l -at- lists -dot- techwr-l -dot- com" <techwr-l -at- lists -dot- techwr-l -dot- com> Date:Thu, 17 Dec 2009 16:24:08 -0800
Just thought I'd follow up with a useful command I figured out today:
dir /a:-d /s /b > c:\scratch\files.txt
This creates a file containing the fully qualified file names of all
(except for hidden and system) files in the current directory and all
subdirectories below it.
The /a:-d switch omits the directory names, which I don't want.
The /b /s combination gives fully qualified file names, unlike the
bare names with /b alone.
I have a path for the output file since I don't have write permission
on the drive where I ran this.
I'm dumping this into an Excel spreadsheet so that one of the
engineers I work with can check off which of the many documents in
that tree he wants me to review.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Are you looking for one documentation tool that does it all? Author,
build, test, and publish your Help files with just one easy-to-use tool.
Try the latest Doc-To-Help 2009 v3 risk-free for 30-days at: http://www.doctohelp.com/
Help & Manual 5: The all-in-one help authoring tool. True single- sourcing --
generate 8 different formats and as many different versions as you need
from just one project. Fast and intuitive. http://www.helpandmanual.com/
---
You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -dot- com -dot-