2009-11-03 16:48:46 UTC
I can't believe it.. :)
I've solved the problem the moment I finished writting this post :)))
I tried to compile a brand new Win32 project with IDE in VS 2008 (VC9) and I noticed the message saying something about c:\windows\system32\cmd.exe not valid.. Then I remembered, I've changed the default path that cmd.exe runs in when invoked by typing cmd in the RUN dialog (of start menu), so it created all this mess..
For those who maybe could have the same symptoms, I've changed the registry key:
HKEYCURRENTUSER\Software\Microsoft\Command Processor
and added new string value under that key, named "Autorun" with value "cd /d c:\"
That should make cmd prompt to start every time in c:\
So, that was my problem, after all.. You can safely ignore this message now and sleep well :)
Cheers :)