@echo 您的用户名是:%USERDOMAIN%\%username%>"%userprofile%\网络参数.txt"
@echo 您的机器名是:%COMPUTERNAME%>>"%userprofile%\网络参数.txt"
@echo ___________________>>"%userprofile%\网络参数.txt"
@echo 您的IP地址参数如下:>>"%userprofile%\网络参数.txt"
@ipconfig>>"%userprofile%\网络参数.txt"
@notepad "%userprofile%\网络参数.txt"
exit
@echo 您的机器名是:%COMPUTERNAME%>>"%userprofile%\网络参数.txt"
@echo ___________________>>"%userprofile%\网络参数.txt"
@echo 您的IP地址参数如下:>>"%userprofile%\网络参数.txt"
@ipconfig>>"%userprofile%\网络参数.txt"
@notepad "%userprofile%\网络参数.txt"
exit