To Make a List of a Directory's Files in Windows
To make a list of a directory's files in windows, open PowerShell, then navigate to the directory. Next enter the command dir > list.txt making sure the spaces are in there. Change the name from list to whatever you want if list is not right for you, but remember that names in PowerShell can't have spaces. This text file will look exactly like the directory list in PowerShell. The text file will be in the directory you are navigated to (example C:\Users\Name\videos)
Comments
Post a Comment