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: Creating a list from Windows NT From:"Susan W. Gallagher" <sgallagher -at- kinzan -dot- com> To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Mon, 8 Jan 2001 14:23:17 -0800
Ruth Lundquist wonders:
> ... I use Windows NT Explorer. I have a folder that contains 700
> unique files. I would like to get a list of those files into
> Word or Excel.
>
> Is there a way to do this without retyping each file name
> into Word or Excel?
This is a case where the GUI loses functionality that the command-line
system made easy. Sometimes being old has its advantages! ;-)
Open an MS-DOS window and navigate to the directory in which
the files are stored.
At the c prompt, type: dir > filename.txt
(where filename.txt is the name, including full path if necessary, to
assign to the text file in which the directory listing will be stored)
Note that the system will not echo the directory listing onto the screen
so it looks like you've done nothing.
The system creates the text file with the full directory listing in it.
You can then open the file in Word, Excel, or Notepad and edit it
accordingly.
PS: You're going to get columns separated by spaces. Word can still
perform a column delete, even though it isn't documented any more.
Position the cursor at the top left of the column to be deleted,
hold down Alt, click and drag the mouse cursor to highlight the
column to be deleted, press Delete.
TaDaaaaa!
HTH!
Sue Gallagher
sgallagher -at- kinzan -dot- com
"The Guide is definitive. Reality is frequently inaccurate."
-- Douglas Adams
Hitchhikers Guide to the Galaxy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Develop HTML-based Help with Macromedia Dreamweaver! (STC Discount.)
**NEW DATE/LOCATION!** January 16-17, 2001, New York, NY. http://www.weisner.com/training/dreamweaver_help.htm or 800-646-9989.
Sponsored by DigiPub Solutions Corp, producers of PDF 2001
Conference East, June 4-5, Baltimore/Washington D.C. area. http://www.pdfconference.com or toll-free 877/278-2131.
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.