setting app params from within VS2005

Started by
2 comments, last by Turold 16 years, 8 months ago
How can I set params of execution for my app from within VS2005? I mean somehing like: "AppName.exe -param1 -param2" etc, which will be run anytime I run an app from dev env.
Advertisement
Alt+F7 -> Configuration Properties -> Debugging -> Command Line (Or it might be Command Line Arguments, I don't recall offhand).

EDIT: Sidenote: It seems that this option isn't saved in the project file or solution, almost all other settings in the project settings dialog. Just something to be aware of if you're using source control or something.
Project -> Properties -> Debugging -> Command arguments
Thx, it works! :)

This topic is closed to new replies.

Advertisement