can i use cl.exe in command prompt

when using cl.exe in command prompt, a message that indicates that a file named "msdbp80.dll" is missing is alerting. is it not supported or i need a re-installation?

[195 byte] By [Pmps] at [2007-12-16]
# 1
Something is wrong with your install. What did you install exactly (including which version of which SKU).

Ronald Laeremans
Visual C++ team

RonaldLaeremans at 2007-9-8 > top of Msdn Tech,Visual C++,Visual C++ General...
# 2
Hi,

You will get this message when you run cl.exe not from correctly set environment. You need to open command line environment using Start Menu > Programs >Microsoft Visual Studio Beta 2 > Visual Studio Tools > Visual Studio 2005 Command Prompt or run vcvarsall.bat <platform>.

Thanks,
Nikola
VC++ Team

NikolaDudar at 2007-9-8 > top of Msdn Tech,Visual C++,Visual C++ General...