User Tools

Site Tools


win:no_extension_association

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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"=^"^%ProgramFiles^%\Sublime Text 3\sublime_text.exe^" "%1"+ftype "No Extension"=^"%ProgramFiles%\Sublime Text 3\sublime_text.exe^" "%%1"
 assoc "No Extension"\DefaultIcon=%SystemRoot%\System32\imageres.dll,-102 assoc "No Extension"\DefaultIcon=%SystemRoot%\System32\imageres.dll,-102
-pause 
 </code> </code>
 +
 +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.
win/no_extension_association.1527455768.txt.gz · Last modified: 2024/09/22 19:51 (external edit)