Error with changing directory - No such file or directory

2007-04-02 Thread Ben Wylie
Thrall, Bryan wrote: Matthew Woehlke wrote on Monday, April 02, 2007 5:59 PM: Ben Wylie wrote: [snip] When I run the batch file I get: F:\>cd F:\cygwin\bin F:\cygwin\bin>bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/ No such file or directoryine 2: cd: F:/Progra~1/NAVIEG/queues/

RE: Re: Error with changing directory - No such file or directory

2007-04-02 Thread Thrall, Bryan
Matthew Woehlke wrote on Monday, April 02, 2007 5:59 PM: > Ben Wylie wrote: >> I have a batch file which runs bash and calls a bash script. >> >> My batch file reads: >> cd F:\cygwin\bin >> bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/ >> >> The bash script is: >> >> #!/bin/bash >>

Re: Error with changing directory - No such file or directory

2007-04-02 Thread Matthew Woehlke
Ben Wylie wrote: I have a batch file which runs bash and calls a bash script. My batch file reads: cd F:\cygwin\bin bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/ The bash script is: #!/bin/bash cd $1 F:/cygwin/bin/find . -type f -exec awk '(/various/ || /search/ || /keywords/) {p

Error with changing directory - No such file or directory

2007-04-02 Thread Ben Wylie
I have a batch file which runs bash and calls a bash script. My batch file reads: cd F:\cygwin\bin bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/ The bash script is: #!/bin/bash cd $1 F:/cygwin/bin/find . -type f -exec awk '(/various/ || /search/ || /keywords/) {print FILENAME}' {}

Error with changing directory - No such file or directory

2007-04-02 Thread Ben Wylie
I have a batch file which runs bash and calls a bash script. My batch file reads: cd F:\cygwin\bin bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/ The bash script is: #!/bin/bash cd $1 F:/cygwin/bin/find . -type f -exec awk '(/various/ || /search/ || /keywords/) {print FILENAME}' {}