C
C#8mo ago
ElderToad

How can I open a program in a script?

I have this speech recognition thing that essentially acts as an assistant for my laptop, and I want to add commands that open different programs like spotify and steam. How can I do this?
4 Replies
Pobiega
Pobiega8mo ago
how does this relate to C#? is the speech recognition program something you made with C#?
ElderToad
ElderToadOP8mo ago
Yes
Pobiega
Pobiega8mo ago
okay, then just check the documentation for Process.Start that should be all you need
ElderToad
ElderToadOP8mo ago
Thanks

Did you find this page helpful?