Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to debug using line command parameters?

Status
Not open for further replies.

CCortez

Programmer
Sep 18, 2000
16
BR
Help me, please.
My software needs of parameters in the line command to run.
Example: test -n1 -a5
How to set this parameters and use the debug ?
Thanks for any help.
[sig][/sig]
 
Use Format function. [sig]<p>Mohammad Mehran Nikoo<br><a href=mailto:mohmehran@yahoo.com>mohmehran@yahoo.com</a><br>MCP with experience in VB, ASP, XML, SQL, COM[/sig]
 
Use Command function. [sig]<p>Mohammad Mehran Nikoo<br><a href=mailto:mohmehran@yahoo.com>mohmehran@yahoo.com</a><br>MCP with experience in VB, ASP, XML, SQL, COM[/sig]
 
If you are using VB 6 it in the project settings.
Click Project... <Projectname> Properties
Now Click the Make tab
There should be a text box that says Command Line Arguments
Any thing you fill in there will be like they were typed at the command line.


Have a good day! :)
[sig]<p>Clayton T. Paige<br><a href=mailto:cpaige@home.com>cpaige@home.com</a><br><a href= Snail</a><br>Clayton T. Paige<br>
Programmer Extraordinaire <br>
========================================================<br>
"Who General Failure? and Why is he reading my disk drive?"[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top