Windows File type and opening method definition

Source: Internet
Author: User

Assoc: defines the file type based on the file extension. You can use this command to display or modify the file extension Association.
For example:
. Bat = batfile
. Xls = excel. sheet.8

FTYPE: defines the open mode based on the file type. You can use this command to display or modify the file types used in file extension Association.
For example:
Batfile = "% 1" % *
Excel. sheet.8 = "C: \ Program Files \ Microsoft Office \ excel. EXE"/E

Note:
The basic format of FTYPE is FTYPE [file type [= [open mode/Program]
For example, in the above example, FTYPE exefile1_notepad.exe % 1 indicates that all files of the type EXE (exefile is expressed as EXE files) are opened through the Notepad program, % 1 indicates the program to be opened (that is, the program at double-click ).
FTYPE exefile = % 1% * indicates that all EXE files run directly (exe can run directly, so % 1 of the program itself can be used ), % * indicates all parameters after the program command (this is why the EXE file can run with parameters ).

Therefore, if you find that there is a problem with the system file type and association, you can use these two commands to reset it.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.