Explain in your own words why we would prefer to use the Vis

Explain in your own words why we would prefer to use the Visual Studio Command-Line Compiler window instead of any DOS Command Window.

Solution

The Visual Studio command prompt is a convenient way to access the command line tools rather than DOS command prompt.By providing the Visual Studio command prompt, Microsoft allows you to run command without requiring the PATH environment variables to contain all the additional paths to the various folders where Visual Studio has been installed. Instead, these folder references are added on the fly when you start the Visual Studio command prompt allowing you to run the tools whereas in DOS command prompt you need to enter the complete path where your specific file resides.Let say if your file reside in C:\\ProgramFiles\\xyz folder now with regular you open a regular command prompt you cannot run xsd.exe(inside xyz folder) without changing to the directory \"C:\\Program Files\\xyz\". However, in the Visual Studio command prompt you can just type xsd.exe /?, and it works.

Explain in your own words why we would prefer to use the Visual Studio Command-Line Compiler window instead of any DOS Command Window.SolutionThe Visual Studio

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site