runing a program from C# code

Hi I'am trying to make a C# program that can run any program I what to run like IE command prompt and so on but I can't find the keyword that C# uses to start an exsternal exe

can anyone help me

Thanks

Arnar V




Answer this question

runing a program from C# code

  • JMDavis

    Arnar,
    try the method:

    System.Diagnostics.Process.Start ()

    HTH
    --mc

     


  • amonteiro

    Hi

    You can start any application with this snippet :-

  • cmcauliffe

    Tanks for the help Sibusiso this did the trick :)



  • runing a program from C# code