I am trying to print a list of the folders and sub folders of a directory to a file.
When I run dir
dir
Try this:
dir /s /b /o:n /ad > f.txt