Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. What's the difference ?

What's the difference ?

Scheduled Pinned Locked Moved C#
csharpvisual-studioquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    PShweta
    wrote on last edited by
    #1

    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

    R 1 Reply Last reply
    0
    • P PShweta

      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

      R Offline
      R Offline
      Roman Rodov
      wrote on last edited by
      #2

      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

      P 1 Reply Last reply
      0
      • R Roman Rodov

        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

        P Offline
        P Offline
        PShweta
        wrote on last edited by
        #3

        Thanx Roman I tried giving command line arguments in Project->Proprties->Configuration Properties->Debugging. It works fine. If every time I want to give a different value I have to set the value there only. thnx again.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups