PDA

Click to See Complete Forum and Search --> : Create executable that accepts parameters


SRyan
Jan 30th, 2001, 05:51 AM
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?

Phil McKracken
Jan 30th, 2001, 07:29 AM
Place this in the start up of your application. Command() will return the parameters you supply.


Dim strParam as String
strParam = Command()