Can´t make PATH work

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
mvmramos
Posts: 1
Joined: 19 Apr 2015 11:31

Can´t make PATH work

#1 Post by mvmramos » 19 Apr 2015 11:40

Hi,

My PATH environment variable ends with c:\cygwin32\bin, however when I try to execute make (which is in the bin folder), I get the message that make is not recongnized as a program etc. If, on the other hand, I type the full path c:\cygwin32\bin\make in the DOS window, then it works properly. It worked fine in Windows 7, but it doesn´t work now for Windows 8. I appreciate if you have any suggestions for me on how to fix this.

Best Regards,
Marcus.

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: Can´t make PATH work

#2 Post by Ed Dyreen » 19 Apr 2015 17:07

mvmramos wrote:Hi,

My PATH environment variable ends with c:\cygwin32\bin, however when I try to execute make (which is in the bin folder), I get the message that make is not recongnized as a program etc. If, on the other hand, I type the full path c:\cygwin32\bin\make in the DOS window, then it works properly. It worked fine in Windows 7, but it doesn´t work now for Windows 8. I appreciate if you have any suggestions for me on how to fix this.

Best Regards,
Marcus.
what's the output of these commands ?

Code: Select all

cd
echo.%path%_
echo.%pathext%_
I asume 'make' is 'make.EXE' ?

Post Reply