Display or modify file extension associations in Windows.
:: To display all associated filetypes:
assoc
:: To display the associated filetype for a specific extension:
assoc <.txt>
:: To modify the associated filetype for a specific extension:
assoc <.txt>=<txtfile>