Forum Discussion
DJsDarell
Feb 11, 2023Copper Contributor
How do I get Directory F: list copied into EXCEL worksheet
I can get a directory list for F: using Explorer. I can't find a method to copy and paste into Excel Worksheet, only get a popup saying it can't do it. I used to use File///F: in my browser and then...
DJsDarell
Feb 12, 2023Copper Contributor
Thanks, this worked to well. i got a lot more info than I needed, I said "files" and I should have said "folders" within drive. My intent was to create a worksheet with folders in each ext. HD to help me determine if I have already purchased a product. I create a new folder for each product I purchase. I have about 40Tb stored on HD's and am trying to organize the information.
SnowMan55
Feb 13, 2023Bronze Contributor
For just the folders, include another parameter on the DIR command:
DIR /S /A:D > all.txt
(The command and its parameters are not case sensitive.)
DIR /S /A:D > all.txt
(The command and its parameters are not case sensitive.)