Answers for "get all directories name using cmd and save to text"

1

get all directories name using cmd and save to text

Open a command prompt (Start -> Run -> cmd Enter ) 
Navigate ( cd ) to the directory whose files you want to list. 
Enter dir > output_file_name (e.g., dir > C:\dir. txt ) 
and press Enter .
Posted by: Guest on November-29-2020

Code answers related to "get all directories name using cmd and save to text"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language