Search found 1 match

by mvmramos
19 Apr 2015 11:40
Forum: DOS Batch Forum
Topic: Can´t make PATH work
Replies: 1
Views: 2061

Can´t make PATH work

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...