Remote CMD using WinAPI
- Build solution. Use CMD.exe for either server, service or cleint
- Launch server by sending --server command to CMD.exe
- If you want to install service, in binPath send --service
- Launch client by sending --client "server_ip"
- Add multiple client support to server
- Add reader and writer threads to client
- Beautify code