This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
win:no_extension_association [2018/05/27 21:16] derek |
win:no_extension_association [2024/09/22 19:51] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====No Extension Association===== | =====No Extension Association===== | ||
- | Associate Sublime Text 3 with files that have no extension | + | Associate Sublime Text 3 with files that have no extension, which is not allowed through the usual configuration menu. |
Download and run the following batch file as administrator: | Download and run the following batch file as administrator: | ||
<code batch associate.bat> | <code batch associate.bat> | ||
assoc .="No Extension" | assoc .="No Extension" | ||
- | ftype "No Extension" | + | ftype "No Extension" |
assoc "No Extension" | assoc "No Extension" | ||
- | pause | ||
</ | </ | ||
+ | |||
+ | Note: replace the path for sublime text with the desired program.\\ | ||
+ | Note: also works for other extensions, but it should be easier to use the given configuration menu instead. |