Skip to content

Instantly share code, notes, and snippets.

View haakym's full-sized avatar

Dominic haakym

  • London
View GitHub Profile
@haakym
haakym / cmd-qr.md
Last active November 27, 2023 07:01
Windows CMD Quick Reference

Files and Directories

Command Description
dir / a List directory including hidden files
dir * .png List any file that ends in ".png"
mkdir Make directory
rmdir /s Remove directory and contents
wmic logicaldisk get name List all drives
e: S witch drive
tree Folder structure