From db07cf1d52e68c03bd5b081988554b9c0d8eab3d Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Fri, 21 Sep 2018 20:03:18 +0100 Subject: [PATCH] assoc: add page (#2342) --- pages/windows/assoc.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/windows/assoc.md diff --git a/pages/windows/assoc.md b/pages/windows/assoc.md new file mode 100644 index 0000000000..36af43b713 --- /dev/null +++ b/pages/windows/assoc.md @@ -0,0 +1,15 @@ +# assoc + +> Display or modify file extension associations. + +- Display all associated filetypes: + +`assoc` + +- Display the associated filetype for a specific extension: + +`assoc {{.txt}}` + +- Modify the associated filetype for a specific extension: + +`assoc {{.txt}}={{txtfile}}`