Command Line Args

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

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

Eric,

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

Dave
 
Back
Top