Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Folder list > text

Status
Not open for further replies.

1510982

Programmer
Feb 17, 2002
57
SI
Regards,

I'd like to know if there's a program that can list all files from specific folder and provide as many information as "Windows Explorer" can in Details mode (that means also author of Office documents etc.).

Thanks for any suggestions.

L.
 
dir /A/Q

you can add /S for sub-dirs /P to pause per screen etc.

Type dir /? for even more options

type dir /A/Q > dir.txt to get the results in a file

Marc
If 'something' 'somewhere' gives 'some' error, expect random guesses or no replies at all. Please specify details.
Free Tip: The F1 Key does NOT destroy your PC!

How Do I Get Great Answers To my Tek-Tips Questions? See faq222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top