devxlogo

Passing Command-Line Parameters

Passing Command-Line Parameters

Question:
I need to know how to pass a parameter from HTML to Standard EXE, and how to get these parameters in VB after you’ve passed them?

Answer:
Visual Basic EXEs can read the Command$ variable, which provides a list of all the command line arguments passed to the application.

devx-admin

Share the Post: