> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 6:08 PM
> To: [EMAIL PROTECTED]
> Subject: cvs doesn't see a correct path
> 
 
[SNIP]
 
> where bugid.bat has:
> 
> SET PATH = D:\cygnus\CYGWIN~1\H-I586~1\bin;%PATH%
> bash -c "c:/cvsroot/cvsroot/bugid.verify.sh"
> 
> TIA, Julia
> 


Are there really spaces around the "="? If so that is your problem.
Windows cmd.exe/command.com shell does not use spaces around the 
equals in an env var assignment (unless you really want them to be 
there).

You should be able to verify this by adding the following line to your
bugid.bat file.
SET >C:\temp.txt

and then examine the output. If I'm correct you will probably find
PATH=blah
and 
PATH = blah

in there.

Hope this helps,
Mike

--
Mike Little
Share what you know. Learn what you don't.

ServicePOWER Business Solutions Ltd
home: [EMAIL PROTECTED]

Reply via email to