Prepare a list of files

  • Thread starter Thread starter Asif Rahman
  • Start date Start date
A

Asif Rahman

Could someone please tell me if it is possible to prepare a list of all the
files residing in 'my documents' along with the directory structure?

if not, then is there any freeware/shareware available to do that?

thanks.
asif
 
Hi Asif

Go to a command promt and change to the My Documents folder. Then type the
following:

dir /a/s > mydoc.txt

The text file can be called any name you like. The text file will be in the
My Documents folder, which can then be viewed in Notepad.
 
Hi Asif,

Open a command prompt (start/run cmd), go to the folder of choice.

Run "dir> file.txt". This will create a text file of the contents of the
folder that you can open in notepad for printing or saving.

If you wish to add the contents of the subdirectories, run "dir
<drive><folder> /s> file.txt".

You may find this useful:

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

If you head to google.com and search on "free directory printer", you will
also find many other useful tools.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Associate Expert - WindowsXP Expert Zone

Windows help - www.rickrogers.org
 
Asif said:
Could someone please tell me if it is possible to prepare
a list of all the files residing in 'my documents' along
with the directory structure?

if not, then is there any freeware/shareware available to
do that?

thanks.
asif


Prepare them for what, precisely?

--

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
 
Back
Top