Re: Problem passing Windows path names from batch file to bash script

2006-10-30 Thread Gary Johnson
On 2006-10-28, Lev Bishop wrote: > On 10/28/06, Gary Johnson wrote: > > On 2006-10-28, Buchbinder, Barry (NIH/NIAID) [E] wrote: > > > From: Gary Johnson; Sent: Friday, October 27, 2006 11:44 PM > > > > I am trying to pass Windows path names from a Windows batch file > > > > to a Cygwin bash script.

Re: Problem passing Windows path names from batch file to bash script

2006-10-28 Thread Lev Bishop
On 10/28/06, Gary Johnson wrote: On 2006-10-28, Buchbinder, Barry (NIH/NIAID) [E] wrote: > From: Gary Johnson; Sent: Friday, October 27, 2006 11:44 PM > > I am trying to pass Windows path names from a Windows batch file > > to a Cygwin bash script. I have found a solution using Windows > > envir

Re: Problem passing Windows path names from batch file to bash script

2006-10-28 Thread Gary Johnson
On 2006-10-28, Buchbinder, Barry (NIH/NIAID) [E] wrote: > From: Gary Johnson; Sent: Friday, October 27, 2006 11:44 PM > > I am trying to pass Windows path names from a Windows batch file > > to a Cygwin bash script. I have found a solution using Windows > > environment variable substitution to rep

RE: Problem passing Windows path names from batch file to bash script

2006-10-28 Thread Buchbinder, Barry \(NIH/NIAID\) [E]
From: Gary Johnson; Sent: Friday, October 27, 2006 11:44 PM > I am trying to pass Windows path names from a Windows batch file to a Cygwin bash script. I have found a solution using Windows environment variable substitution to replace \s with /s before passing the name to bash, but I cannot figure