Can you make Visual Studio 2005 provide command line arguments for your startup program?
Asked Answered
C

1

6

For testing purposes, is there some place in the Visual Studio IDE where you can specify the command line parameters that you want sent to your startup project when it's launched from the IDE?

Thanks in advance for all your help!

Concertmaster answered 7/1, 2009 at 17:23 Comment(0)
S
19

Yes - click on Properties for your project, then Debugging, then Command Arguments. You can type in your command line arguments there, and they will be passed to your application on startup.

Snappy answered 7/1, 2009 at 17:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.