Printing File Names

  • Thread starter Thread starter ntlworld
  • Start date Start date
N

ntlworld

Dear All
Is there a way of printing a list of file names from a Folder?

Thanks
Barry Angus
This e-mail is intended for the recipient(s) only.
All e-mails are scanned for viruses etc prior to sending.
 
Yes. Use the Dir command line.

Type in Start, Run:

CMD.EXE

dir /b C:\Foldername >C:\Foldername\filelist.txt

How to add the Print Directory feature for folders in Windows XP:
http://support.microsoft.com/?kbid=321379

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Dear All
Is there a way of printing a list of file names from a Folder?

Thanks
Barry Angus
This e-mail is intended for the recipient(s) only.
All e-mails are scanned for viruses etc prior to sending.
 
ntlworld said:
Dear All
Is there a way of printing a list of file names from a Folder?

Thanks
Barry Angus
This e-mail is intended for the recipient(s) only.
All e-mails are scanned for viruses etc prior to sending.


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:



They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Is life so dear or peace so sweet as to be purchased at the price of
chains and slavery? .... I know not what course others may take, but as
for me, give me liberty, or give me death! -Patrick Henry
 
Back
Top