#include <windows.h>

int main()
{
	system("ipconfig > ip.txt");
	return 0;
}

本文转载:CSDN博客