![]() |
creating a "contents" list for a directory?
i was wondering if there is a way to create a listing of the files/subfolders i've got on a directory... (maybe via the command prompt?)
here's the deal. i compiled a utilities disk containing programs (like OpenOffice, SpyBot, and diagnostic tools) that gets updated maybe once a month. i've got a folder on my drive that i burn from to create the new utilties disk. is there a way to get XP to create a listing so i can put a little readme file with the disk's contents on the disk prior to burning? thanks. |
go to a command promt in that directory and type the following:
dir > readme.txt |
wow, that was a quick response!...
it worked, but only listed the first level of folders. any way to get the subfolders/subfiles listed? or do i have to create a readme for each folder then merge it manually into one? thanks! |
This will give you a listing with subdirectories:
dir /s > readme.txt |
Quote:
|
In 2000/XP you can also use the TREE command. At the root of your drive, type:
tree /a > readme.txt |
Tree will give you the directory structure, but it will not list the files for you
|
sweet! thanks guys.
|
All times are GMT -8. The time now is 12:47 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project