I need to call a VB executable from perl and Pass parameters to it. I can call an executable no problem but i don't know how to create a VB executable that will accept parameters to be passed to it. Can anyone help please?
Printable View
I need to call a VB executable from perl and Pass parameters to it. I can call an executable no problem but i don't know how to create a VB executable that will accept parameters to be passed to it. Can anyone help please?
Place this in the start up of your application. Command() will return the parameters you supply.
Dim strParam as String
strParam = Command()