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?
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?
I used https://www.autoitscript.com for such small helper tools. It has also a compiler on bord building standalone EXEs.