How to execute .sh file on Windows?

Posted by sushant on Stack Overflow See other posts from Stack Overflow or by sushant
Published on 2010-03-15T07:34:42Z Indexed on 2010/03/15 8:09 UTC
Read the original article Hit count: 830

Filed under:

When I am trying to execute a file(name.sh) in the command line by the command ./name.sh , I am getting the error that:

"." is not recognized as an internal or external command, operable or batch file

please help me execute the .sh file

© Stack Overflow or respective owner

How to execute .sh file on Windows?

Posted by sushant on Super User See other posts from Super User or by sushant
Published on 2010-03-15T07:34:42Z Indexed on 2010/03/15 8:39 UTC
Read the original article Hit count: 830

Filed under:

When I am trying to execute a file(name.sh) in the command line by the command ./name.sh , I am getting the error that:

"." is not recognized as an internal or external command, operable or batch file

please help me execute the .sh file

© Super User or respective owner

Related posts about shell-scripting