Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2025-02-09 17:07:05 | ![]() 9,769 Views |
Generate Folder List using CMD!
Want to list all folders in a directory and save them to a CSV file? Use this simple Command Prompt (CMD) command:
Want to list all folders in a directory and save them to a CSV file? Use this simple Command Prompt (CMD) command:
Command Breakdown:
dir → Lists directory contents
/b → Shows only names (no extra details) ️
/ad → Lists only folders (no files)
folders_list.csv → Saves the output to a CSV file
Result: A file folders_list.csv will be created, containing all folder names in the directory!
Perfect for:
Organizing folder structures
Creating reports
Managing project directories
Try it now & keep your folders organized effortlessly!
#CMD #Windows #Automation #FileManagement #Productivity #TechTips #Hacks #FolderList
Please take the opportunity to connect and share this video with your friends and family if you find it useful.