954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

command line arguments

I want to run the visual C++ projects with the command line arguments. How can I give these arguments in project settings? or How can I run these project from command prompt?

Thanks!

perlsu
Newbie Poster
17 posts since Sep 2005
Reputation Points: 10
Solved Threads: 0
 
How can I give these arguments in project settings?


If you are using Visual Studio 6.0 You can
-Project--->Settings--->Debug Tab---->Project Arguments

If you are using Visual Studio .NET
-Project-->Properties--->Configuration Properties--->Command ArgumentsHow can I run these project from command prompt?
OPen a Command Prompt
Go to the Dubug or Release Folder of your Project.
Type the name of the Executable and the desired Command line Arguments.

WolfPack
Postaholic
Moderator
2,051 posts since Jun 2005
Reputation Points: 572
Solved Threads: 115
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You