What's the difference ?
-
Can anyone tell me is there any difference between the usual DOS Command Prompt and the Visual Studio.NET Command Prompt provided with the Visual studio.NET?:confused: Can I run a C# Console application which takes Command line arugent from the Visul Studio itself without using the Command Prompt?:doh: Thanx.....:-O
-
Can anyone tell me is there any difference between the usual DOS Command Prompt and the Visual Studio.NET Command Prompt provided with the Visual studio.NET?:confused: Can I run a C# Console application which takes Command line arugent from the Visul Studio itself without using the Command Prompt?:doh: Thanx.....:-O
The Visual Studio .NET Command Prompt just sets up the paths to all the VS and .NET tools. Go to normal command prompt and try an run "csc" or "guidgen" if they're not in your path, they won't run. Inthe VS.NET command prompt they will. And yes you can run console apps from IDE and even pass parameters to it. Check Project->Properties
-
The Visual Studio .NET Command Prompt just sets up the paths to all the VS and .NET tools. Go to normal command prompt and try an run "csc" or "guidgen" if they're not in your path, they won't run. Inthe VS.NET command prompt they will. And yes you can run console apps from IDE and even pass parameters to it. Check Project->Properties