I set the command to
Code: Select all
cmd.exe
Code: Select all
/k set PATH=C:\MinGW\bin;%PATH%
I input
Code: Select all
echo %PATH%
Code: Select all
C:\MinGW\bin\;C:\msys\opt\bin\ATH
Now I'm doing in another way.
I set the command to
Code: Select all
cmd.exe /k set PATH=C:\MinGW\bin;%PATH%
Save and exit. Activate it again and give the same command. It says
Code: Select all
C:\MinGW\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\ProgramFiles\SlikSvn\bin;C:\Program Files\Mercurial\;C:\Program Files\TortoiseHg\;C:\Program Files\TortoiseSVN\bin
So, please fix it. Thank you for your time.