Algorithms, Blockchain and Cloud

Assoc and Ftype on Windows Command Shell


On windows command shell, there are two useful commands: assoc and ftype. These two commands relate to each other and kinda work in opposite directions.

Assoc

Assoc displays or modifies file extension associations.

assoc | find “Python”

Type ASSOC without parameters to display the current file associations.

Ftype

Ftype displays or modifies file types used in file extension associations.

ftype | find “Python”

–EOF (The Ultimate Computing & Technology Blog) —

225 words
Last Post: Tutorial 6 - C Programming in 6502 - Reading Joysticks
Next Post: Coding Exercise - Timus 1001 - Reverse Root - C++ solution - Online Judge

The Permanent URL is: Assoc and Ftype on Windows Command Shell (AMP Version)

Exit mobile version