This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
win:no_extension_association [2018/05/27 21:13] derek created |
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: | + | Download and run the following batch file as administrator: |
<code batch associate.bat> | <code batch associate.bat> | ||
- | assoc .="File" | + | assoc .="No Extension" |
- | ftype "File" | + | ftype "No Extension" |
- | assoc "File" | + | assoc "No Extension" |
</ | </ | ||
+ | |||
+ | 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. |