#include <windows.h> int main() { ShellExecute (NULL, "open", "C:\WINDOWS\system32\cmd.exe", "/c "ipconfig/renew"", NULL, SW_SHOW ); }