Difference between revisions of "Add an executable file extension"
Jump to navigation
Jump to search
m |
m |
||
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 |
Revision as of 15:27, 30 November 2009
assoc .sh=BashShellScript
ftype BashShellScript="c:\cygwin\bin\sh.exe" "$1" $*
Add ".SH" to PATHEXT environmental variable