Difference between revisions of "Add an executable file extension"
Jump to navigation
Jump to search
m |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | assoc .sh= | + | assoc .sh=BashShellScript |
− | <br>ftype | + | <br>ftype BashShellScript="c:\cygwin\bin\sh.exe" "%1" %* |
<br>Add ".SH" to PATHEXT environmental variable | <br>Add ".SH" to PATHEXT environmental variable | ||
+ | |||
+ | [[Category:Windows]] |
Latest revision as of 15:06, 31 December 2019
assoc .sh=BashShellScript
ftype BashShellScript="c:\cygwin\bin\sh.exe" "%1" %*
Add ".SH" to PATHEXT environmental variable