Difference between revisions of "Add an executable file extension"

From Nearline Storage
Jump to navigation Jump to search
m
m
 
Line 2: Line 2:
 
<br>ftype BashShellScript="c:\cygwin\bin\sh.exe" "%1" %*
 
<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