Print file name list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to print the file names that I see when I expanded a folder in
windows explorer.
Is there a way to do this?
Thanks
 
Frank said:
I would like to print the file names that I see when I expanded a folder in
windows explorer.
Is there a way to do this?
Thanks


From the command prompt (Start > Run > Cmd.exe), simply change to
the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
just as you used to do in DOS. Any of the switches for the DIR command
(type "dir /?") will work with this command, if you wish to modify the
output. You can then subsequently edit the resulting text file using
NotePad, WordPad, Word, etc.

Alternatively:

HOW TO Add a Print Directory Feature for Folders in Windows XP
http://support.microsoft.com/?kbid=321379


--

Bruce Chambers

Help us help you:



You can have peace. Or you can have freedom. Don't ever count on having
both at once. - RAH
 
Thanks to Gord and Bruce for the solutions. It might be fun to revive my DOS
skills that were shelved about 30 years ago at IBM. I'll ckeck both the DOS
and KB avenue.
Thanks
 
Back
Top