Results 1 to 2 of 2

Thread: Running a .EXE from another .EXE

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2002
    Location
    Sharpsville, PA
    Posts
    135

    Question Running a .EXE from another .EXE

    Is it possible to have "Program1.exe" execute a seperate

    "Program2.exe" on the same machine? If so, can you pass a parm to it?

    Thanks
    Tom

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    this should work

    System.Diagnostics.Process.Start(filename, arguments)
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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