Wonfee / msys-cn

Automatically exported from code.google.com/p/msys-cn
0 stars 0 forks source link

Why the msys change my winxp's cmd.exe and add some command into the program, for exmaple "ls", "pwd" etc.?how can I repair it? #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
nothing.

What version of the product are you using? On what operating system?
MSYS-1.0.10

Please provide any additional information below.
I install the MSYS-1.0.10, but have some question. When use the winavr 
cross compiler,if I click the "make all",it will need wait a long time. so 
I remove the MSYS, but the problem still have. then I run the winxp 
cmd.exe and use "ls" instructions, the cmd.exe can recognize and execute. 
other instructions can too, as "pwd" and "mkdir". How can I resolve the 
problem?

Thanks, best regards, alan

Original issue reported on code.google.com by apol...@gmail.com on 6 May 2009 at 12:16

GoogleCodeExporter commented 9 years ago
This could be caused by setting some of your Unix-ish commands or programs to 
the
PATH environmental variable, you can validify it by running the following 
command:

echo %PATH%

if you find any directory containing your unix-ish utilities, please remove it 
from:

My Computer -> Advanced Tab -> Environment Variables(on the bottom) and change 
the
PATH's value inside both global and user lists.

Yours,
Martin

Original comment by codemastor@gmail.com on 8 May 2009 at 6:34

GoogleCodeExporter commented 9 years ago

Original comment by codemastor@gmail.com on 8 May 2009 at 6:34