Printing a list of the contents in a directory

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

Guest

In the days of dos, you could type a command that would result in a printed list of the file names in a particular directory. Can that be done in Windows? I need to get a printed list of files.

Thank you in advance.
 
dir /b/s >dir-list.txt ??
Tracy said:
In the days of dos, you could type a command that would result in a
printed list of the file names in a particular directory. Can that be done
in Windows? I need to get a printed list of files.
 
Hi, Tracy.

This KB article is for WinXP. I don't know if it can be made to work in
Win2K:
HOW TO: Add a "Print Directory" Feature for Folders in Windows XP
http://support.microsoft.com/?kbid=321379

Also, as Sto Rage said, there are several ways to do it from the "DOS"
window, using either dir or tree, but you probably know those. As usual in
DOS, just type the command name with /? to get a mini-Help file for that
command: dir /?

RC
--
R. C. White, CPA
San Marcos, TX
(e-mail address removed)
Microsoft Windows MVP

Tracy said:
In the days of dos, you could type a command that would result in a
printed list of the file names in a particular directory. Can that be done
in Windows? I need to get a printed list of files.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top