Command Line Args

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric

    #1

    Command Line Args

    How do I enter my command line args with .Net? I know on
    6.0 you went to project -> properties and on one of the
    tabs you could enter your args. I can't find this
    anywhere on .Net
  • David Lowndes

    #2
    Re: Command Line Args

    >How do I enter my command line args with .Net? I know on[color=blue]
    >6.0 you went to project -> properties and on one of the
    >tabs you could enter your args. I can't find this
    >anywhere on .Net[/color]

    Eric,

    Assuming you have a C++ project, it's in Project Properties,
    Configuration, Debugging - Command Arguments.

    Dave
    --
    MVP VC++ FAQ: http://www.mvps.org/vcfaq

    Comment

    Working...