Re: running .bat files from bash

2004-12-20 Thread Thorsten Kampe
* Donal Murtagh (2004-12-15 21:10 +0100) > I've noticed that if I want to run a .bat file in bash I have to cd to the > directory it's in first in order for it to run properly > > For example, if I want to run c:\foo\bar.bat I have to use: > > cd /cygdrive/c/foo > bar.bat > > if I try > > /cygd

RE: running .bat files from bash

2004-12-16 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Donal Murtagh > Sent: 15 December 2004 20:10 > I've noticed that if I want to run a .bat file in bash I have > to cd to the > directory it's in first in order for it to run properly > > For example, if I want to run c:\foo\bar.bat I

Re: running .bat files from bash

2004-12-15 Thread Igor Pechtchanski
On Wed, 15 Dec 2004, Donal Murtagh wrote: > Hi, > > I've noticed that if I want to run a .bat file in bash I have to cd to the > directory it's in first in order for it to run properly > > For example, if I want to run c:\foo\bar.bat I have to use: > > cd /cygdrive/c/foo > bar.bat > > if I try > >

RE: running .bat files from bash

2004-12-15 Thread Buchbinder, Barry (NIH/NIAID)
At Wednesday, December 15, 2004 3:10 PM, Donal Murtagh wrote: > Hi, > > I've noticed that if I want to run a .bat file in bash I have to cd > to the > directory it's in first in order for it to run properly > > For example, if I want to run c:\foo\bar.bat I have to use: > > cd /cygdrive/c/foo