From 1bfccbf187e4b4b77f81053c457fe064daaf2d5b Mon Sep 17 00:00:00 2001 From: Starccy <452276725@qq.com> Date: Mon, 11 Mar 2019 10:46:25 +0800 Subject: [PATCH] ftype: add Chinese translation --- pages.zh/windows/ftype.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages.zh/windows/ftype.md diff --git a/pages.zh/windows/ftype.md b/pages.zh/windows/ftype.md new file mode 100644 index 0000000000..bfdd603553 --- /dev/null +++ b/pages.zh/windows/ftype.md @@ -0,0 +1,15 @@ +# ftype + +> 显示或修改用于文件扩展名关联的文件类型. + +- 显示所有文件类型的列表: + +`ftype` + +- 显示特定文件类型的关联程序: + +`ftype {{文件类型}}` + +- 设置特定文件类型的关联程序: + +`ftype {{文件类型}}="{{可执行命令的路径}}"`