C
C#10mo 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
Pobiega10mo ago
how does this relate to C#? is the speech recognition program something you made with C#?
ElderToad
ElderToadOP10mo ago
Yes
Pobiega
Pobiega10mo ago
okay, then just check the documentation for Process.Start that should be all you need
ElderToad
ElderToadOP10mo ago
Thanks

Did you find this page helpful?