VS command prompt vs Windows one?

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
 
S

Scott M.

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.
 
T

Tom Porterfield

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top