Results 1 to 2 of 2

Thread: Calling exe from vb program

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2004
    Posts
    1

    Calling exe from vb program

    Hello,

    I've never programmed in either c or vb, but am in a situation where I need a quick solution.

    I wanted to know if it's possibel to call a c create executable (exe) be called from a vb program, and if it is possible to pass arguments to that executable. Essentially all the work is done by the executable, but I am trying to call it from a built program created in vb. How can I go about this.

    Thanks,

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    try:

    Code:
    SHELL "path\program.exe parm1 parm2"

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