Jump to content

  •  

  • iBotModz CBox


    Photo

    Need help with Process.Start CONcept.exe in App.Path


    • This topic is locked This topic is locked
    3 replies to this topic

    #1 File

    File

      Private Grade 2

    • Members+

    • 73 posts
    • Joined: 31-August 07

    Posted 25 June 2009 - 09:17 AM

    I want a submenu to run a file thats located in application path/Resources/CONcept 0.3/CONcept.exe.

    Here is the scrip I'm using but it can't locate the file.
    Process.Start("CONcept.exe", "App.Path +\Resources\CONcept 0.3\")

    I've tried compiling it but it still wont work.

    #2 Dark Slipstream

    Dark Slipstream

      Blue Shadowz Owner

    • Members+

    • 2,829 posts
    • Joined: 19-April 08
    • Gender:Male
    • Location:Canada, ON

    Posted 25 June 2009 - 09:39 AM

    
    Process.Start(Application.StartupPath + "\Resources\CONcept 0.3\CONcept.exe")
    
    


    #3 File

    File

      Private Grade 2

    • Members+

    • 73 posts
    • Joined: 31-August 07

    Posted 25 June 2009 - 09:48 AM

    Sweet, works! Fast reply too.

    #4 Dark Slipstream

    Dark Slipstream

      Blue Shadowz Owner

    • Members+

    • 2,829 posts
    • Joined: 19-April 08
    • Gender:Male
    • Location:Canada, ON

    Posted 28 June 2009 - 12:39 PM

    No problem dude.

    Topic Moved to Computer Support.
    Topic Closed. (Answer required has been provided)