This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to embed shell script within a .BAT file


On Fri, Nov 7, 2014 at 4:26 PM, Nellis, Kenneth wrote:
> I'm tired of creating pairs of script files:  a clickable .BAT file
> to invoke my shell script and then my shell script to do the actual
> work. I was wondering if any of the geniuses on this list have come
> up with a way to embed a shell script inside a clickable .BAT file.
>

Isn't this as simple as adding the path to cygwin/bin to PATH and
executing the commands you need?

Or associate .sh extension to cygwin/bin/bash.exe then clicking will
associate the correct shell.

-- 
cyg Simple

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]