Am i able to make an app that runs certain cmd commands?

Viewed 18

I want to make a single app (.exe) which has buttons; (e.g. one is shutdown and would run shutdown /s /t 0 and another would be kill chrome and it would run taskkill /f /im chrome.exe). Is that possible?

1 Answers
Related