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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Pararmeters with Executable

Status
Not open for further replies.

Longia

Programmer
Dec 8, 2000
23
US
Hello everybody
Any ideas about passing parameters with application.exe to pass values to another application. Suppose I have my application created as Application.exe and I want to pass some values to this application from another application created in Panther or JAM.
Can I do that or not?
 

Yes, Inside of your vb program use the Command object to retrieve the parameters passed to your application.

At the command line you can type in parameters as you would for any other program.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top