When using cmder for working with visual studio 2013, the following error raises:
\Microsoft was unexpected at this time.
and the console, yet still functional, behaves as a standard dos shell.
This problem seems to be related to adding the following line (with the parentheses) to the path environmental variable:
C:\Program Files (x86)\Microsoft Visual Studio 12.0...
This problem is already reported for general shell scripts :
I was getting this error message only in cmder and not in a standard cmd shell, so I thought it was related to the init scripts of conemu/cmder, but I just found that the problem was having PATH鈥檚 members enclosed in double quotes:
http://www.blinnov.com/en/2010/06/04/microsoft-was-unexpected-at-this-time/
I just removed the double quotes in the problematic path member and cmder start working again.
I will close the issue.
Most helpful comment
I was getting this error message only in cmder and not in a standard cmd shell, so I thought it was related to the init scripts of conemu/cmder, but I just found that the problem was having PATH鈥檚 members enclosed in double quotes:
http://www.blinnov.com/en/2010/06/04/microsoft-was-unexpected-at-this-time/
I just removed the double quotes in the problematic path member and cmder start working again.
I will close the issue.