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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

view folder contents

Status
Not open for further replies.

s0ccerdude

Technical User
Jul 2, 2003
38
US
Is there a way to list all of the contents of particular folder? I would like to import a list into Access and compare to see which files are missing?

Any suggestions?
 
Start, Run, CMD

cd (into folder)

At that point stdout should work with any native 'DOS' command, including the DIR command:

dir >filename.txt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top