
Visual Basic 2008 - How to Launch a Program with Parameters
Visual Basic 2008 - How to Launch a Program with Parameters
Here’s the code:
Shell(”Program Path -parameter”)
Be sure to add a “-” (minus sign) before a parameter, otherwise it won’t work!

Visual Basic 2008 - How to Launch a Program with Parameters
Here’s the code:
Shell(”Program Path -parameter”)
Be sure to add a “-” (minus sign) before a parameter, otherwise it won’t work!