assoc
小猪老师 发表于 2020-06-29 10:50浏览次数:
assoc命令显示计算机上每个不同文件扩展名的文件关联。
The assoc command displays the file association for each of the different file extensions on the computer.
目录:
1 assoc 运行系统环境
2 assoc 语法
3 assoc 示例
assoc 运行系统环境
Windows xp
Windows vista
Windows 2000
Windows 7
Windows 8
Windows 10
assoc 语法
显示或修改文件扩展名关联。
ASSOC [.ext[=[fileType]]]
.ext
|
指定要与文件类型关联的文件扩展名。
|
fileType
|
指定要与文件扩展名关联的文件类型。
|
输入不带参数的ASSOC以显示当前文件关联。
如果只使用文件扩展名调用ASSOC,它将显示该文件扩展名的当前文件关联。
如果没有为文件类型指定任何内容,该命令将删除与文件扩展名的关联。
Displays or modifies file extension associations.
ASSOC [.ext[=[fileType]]]
.ext
|
Specifies the file extension to associate with the file type.
|
fileType
|
Specifies the file type to associate with the file extension.
|
Type ASSOC without parameters to display the current file associations.
If ASSOC is invoked with only a file extension, it displays the current file association for that file extension. If you specify nothing for the file type, the command deletes the association for the file extension.
assoc 示例
assoc
显示计算机上每个文件扩展名的文件关联。
assoc .txt
显示.txt文件的文件扩展名,如下所示。
.txt=txtfile
assoc
Displays a file association of each of the file extensions on the computer.
assoc .txt
Displays the file extension for a .txt file as shown below.
.txt=txtfile