http://smallbusiness.chron.com/copy-list-files-windows-folder-excel-list-40032.html
It's quite easy to follow,
- Press the Shift key and right click on the folder you want have its files in a list
- Select "Open command window here" and the Black Box shall appear
- Now type the command you would like to perform:
- dir /b > dirlist.txt
- This will list file names only
- dir > dirlist.txt
- This will list file names, date of creation, and file sizes
- dir /b /s > dirlist.txt
- This will list everything including the folder structure
- I will use dir > dirlist.txt for the rest of the illustration
- Press enter
- Go inside the folder and you should see a text file
- Now open up Excel and import the text file
- Make sure to select "Text Files" from the drop list
- A weird window should pop up, click Next
- Follow the guide and choose where you want to have the break lines. Each break line denotes a column break
- Now select the type of format you want for each column, or just skip
- Click on Finish
- Now feel free to do some formatting and remove things you don't need
- Don't forget to save!
Hope this illustration helped you, lights out!
No comments:
Post a Comment