#include
int main()
{
system("C:\\Windows\\System32\\ipconfig");
return 0;
}
back