Skip to content

Instantly share code, notes, and snippets.

@imralpharvin
Last active September 13, 2020 18:14
Show Gist options
  • Save imralpharvin/80711896c1330300c6ef0d5f7c5e3ff8 to your computer and use it in GitHub Desktop.
Save imralpharvin/80711896c1330300c6ef0d5f7c5e3ff8 to your computer and use it in GitHub Desktop.
Cmd commads

Windows cmd commands

terminal:

windows + r, type cmd

To make directory

mkdir

To print all files and subfolders in a text file

tree “c:\directory_name” > “c:\file_name.txt” /A /F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment