![]() |
Windows listing tool
I have a Video folder on a USB HDD that has 3,126 files (44.4GB)
Is there a program that can list all the folders/files to a office suite application (Word Excel, Access). |
Re: Windows listing tool
Not sure if this would be any use, you can send to screen or a text file.
I used to use it ages ago for printing out lists of folders and contents http://www.karenware.com/powertools/ptdirprn.asp Hope this helps :) |
Re: Windows listing tool
open a command prompt (start > run > cmd.exe). navigate (you'll need to type to the location - eg, F:\videos - if the location has spaces in it, type the location within quote marks - eg, "F:\my videos") to the folder you want to list and type (or copy and paste!!) the following;
dir /B > c:\files.csv once complete (signified by the command prompt reappearing ready for your next command), open My Computer, go to your C drive and open Files.CSV job done. No need for 3rd party installations. ;) |
Re: Windows listing tool
That only does the files in the top level folder.
|
Re: Windows listing tool
add /S next to /B (either side) - make sure there is a space between them though
---------- Post added at 22:35 ---------- Previous post was at 22:33 ---------- this means your command should look like this; DIR /S /B > C:\files.CSV |
Re: Windows listing tool
Thanks, its been years since I used DOS
|
Re: Windows listing tool
no worries. very under-rated tool. keep it close!! ;)
|
Re: Windows listing tool
You would have thought that MS would have added it to Windows
|
Re: Windows listing tool
they did! it's all in the DOS emulator!!! ;)
|
Re: Windows listing tool
DOS rocks man! Still use it today and can do things much quicker in many instances rather than through Windows. You can also use wildcards too so for example if I want to create a file list of all files with the extension .avi I would use the command dir c:\ *.avi/s >c:\list.txt
I can then either edit c:\list.txt and open in dos editor or use windows notepad. You can use several combinations of wildcards and paths. I frequently make use of both xcopy and attrib to perform functions so much more quickly tham I can with windows. |
Re: Windows listing tool
Being simple and even the most basic Dos makes me swear I tend to stick with THIS does it just right and I can copy and paste the info to whatever format I need it in..
|
| All times are GMT +1. The time now is 01:48. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum