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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top