Results 1 to 6 of 6

Thread: Calling an executable from an executable

  1. #1

    Thread Starter
    Junior Member DiaC's Avatar
    Join Date
    Apr 2001
    Location
    OH
    Posts
    30

    Lightbulb Calling an executable from an executable

    Is there a way to run an executable from an executable???

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Shell "myexe.exe"
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    wasn't me!
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  4. #4
    spetnik
    Guest
    what wasnt u?

  5. #5
    billfaceuk
    Guest
    i dunno but it wasn't me either.

  6. #6
    Matthew Gates
    Guest
    Originally posted by Cander
    Shell "myexe.exe"

    Don't forget about WindowStyles too.


    Code:
    Shell "myexe.exe", vbNormalFocus

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