assoc, attrib, cd, choco-apikey, choco-feature, choco-info, choco, cls: add Japanese translation (#4607)

This commit is contained in:
NL Sum
2020-10-13 06:12:57 +08:00
committed by GitHub
parent 245b22d5ea
commit 91df905346
8 changed files with 149 additions and 0 deletions

16
pages.ja/windows/assoc.md Normal file
View File

@@ -0,0 +1,16 @@
# assoc
> ファイル拡張子の関連付けを表示または変更します
> 詳しくはこちら: <https://docs.microsoft.com/windows-server/administration/windows-commands/assoc>.
- 関連するすべてのファイルタイプをします:
`assoc`
- 特定の拡張子に関連付けられているファイルの種類を表示します:
`assoc {{.txt}}`
- 特定の拡張子に関連付けられたファイルタイプを変更します:
`assoc {{.txt}}={{テキストファイル}}`