Difference between revisions of "Add an executable file extension"
Jump to navigation
Jump to search
m |
m |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
assoc .sh=BashShellScript | assoc .sh=BashShellScript | ||
| − | <br>ftype BashShellScript="c:\cygwin\bin\sh.exe" " | + | <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