Results 1 to 3 of 3

Thread: Need help with

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2012
    Posts
    7

    Need help with

    Hello everyone!

    I'm making a program (for my own use) which looks for another program on the computer and launches it.
    I know i can do the
    Code:
    Process.start("location of filehere")
    or
    shell("location here")
    But since i'm kind of fancy pants i like to take it a step further and make it search for the application from the computer.
    How can i do that?

    Any help will be appreciated,
    Thanks in advance.

  2. #2
    PowerPoster
    Join Date
    Sep 2006
    Location
    Egypt
    Posts
    2,579

    Re: Need help with

    Read this http://www.vbforums.com/showthread.php?t=341919

    Once you find the file you are searching for, run it by Process.start("file_location")
    Last edited by 4x2y; Apr 6th, 2012 at 08:23 PM.



  3. #3
    Fanatic Member proneal's Avatar
    Join Date
    May 2011
    Posts
    762

    Re: Need help with

    Quote Originally Posted by 4x2y View Post
    Read this http://www.vbforums.com/showthread.php?t=341919

    Once you find the file you are searching for, run it by Process.start("file_location")
    That thread was very interesting. Great Class!
    Thanks for sharing that link here!

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