A simple menu with C to run command system like ipconfig,wmic etc
- Ping a host or IP address.
- Display full IP configuration.
- Show detailed system information.
- Display CPU information using WMIC.
- Simple console menu interface.
- Windows OS
- C compiler (e.g., GCC via MinGW or Visual Studio)
gcc -o sysmenu systemenu.c