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

Did you find this page helpful?