Results 1 to 2 of 2

Thread: Create executable that accepts parameters

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Posts
    1

    Talking

    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?

  2. #2
    Member
    Join Date
    Aug 2000
    Posts
    32
    Place this in the start up of your application. Command() will return the parameters you supply.


    Dim strParam as String
    strParam = Command()
    VB 6, SQL, Java, AutoLISP, Avenue and on a good day AML

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width