CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Location
    Northern Virginia
    Posts
    2

    Open another exe file

    I would like to open/execute another program developed in visual C++ with an filename.exe. How can I do that?

    Thanks for your help in advance.

    Vineet


  2. #2
    Join Date
    Jan 2001
    Location
    Germany
    Posts
    222

    Re: Open another exe file

    Shell "c:\AFolder\Program.exe"

    ----------------
    You can contact me directly at [email protected]
    Hey, and... don't forget your parsley cause you can't eat your dog after having stolen him from some animal shelter and having drowned him in the Atlantic Ocean.
    Teamwork Software - Stuff That Does Something

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

Featured