- Joined
- Nov 24, 2022
- Messages
- 92
- Reaction score
- 7
In this video, I demonstrate how to use a webpage to launch and close the Notepad and Calculator programs on Windows using a browser. This is powered by a server that I wrote in C. The server listens for requests from the browser, executes the commands to run the specified applications, and allows them to be closed via buttons on the webpage. This example showcases how system functions can be integrated with web applications using a custom-built server.