How to Create a Directory list to Notepad
· One min read
This is how you make a list of directories/files on your computer using Command Prompt,
- Click Start
- Click Programs
- Click Accessories
- Click Command Prompt
- Type in the following command: dir /a /b /-p /o:gen >filelisting.txt
- It will then create a list.