Re: Getting started with bash

2008-04-08 Thread Brian Mathis
On Mon, Apr 7, 2008 at 4:25 AM, Michael Holm <[EMAIL PROTECTED]> wrote: > Hi, > > I have read a lot of documents, but i really cant get this issue solved :( > All i want is to be able to execute bash scripts from a windows > desktop.. what i do now is.. > > > a batch script: > c:\cygwin\bin\ba

RE: Getting started with bash

2008-04-07 Thread Buchbinder, Barry (NIH/NIAID) [E]
Mark J. Reed wrote on Monday, April 07, 2008 8:21 AM: > You hit the nail on the head with the environment vars question. > Bash tries to do the minimum amount of work possible when invoked > non-interactively, on the assumption - almost universally true in > *NIX - that it is being invoked by a p

Re: Getting started with bash

2008-04-07 Thread Mark J. Reed
You hit the nail on the head with the environment vars question. Bash tries to do the minimum amount of work possible when invoked non-interactively, on the assumption - almost universally true in *NIX - that it is being invoked by a process (usually another shell) that has its environment all set

Re: Getting started with bash

2008-04-07 Thread Joel M. Baldwin
--On Monday, April 07, 2008 10:25 AM +0200 Michael Holm <[EMAIL PROTECTED]> wrote: Hi, I have read a lot of documents, but i really cant get this issue solved :( All i want is to be able to execute bash scripts from a windows desktop.. what i do now is.. a batch script: c:\cygwin\bin\bash