VS command prompt vs Windows one?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

Ronald S. Cook

Is there a difference between the command prompt in Visual Studio 2005 and
the one that's in Windows?

Thanks,
Ron
 
The one in VS is the same one from Windows. It is just pre-mapped to the
directory where the VS tools are, so you don't need to type in the path to
the tool, you just type the tool name.
 
Is there a difference between the command prompt in Visual Studio 2005 and
the one that's in Windows?

Thanks,
Ron

It's the same command interpreter behind both of them. The difference is
the VS command prompt sets up some environment variables and path settings
for you so that you can access most of the executables and other tools
directly from the command line without having to know their actual location
on the HD.
 
Back
Top