标题: [网络连接] 是不是很幼稚啊,如何生成Hosts [打印本页]
作者: yangshw1990 时间: 2011-9-12 12:35 标题: 是不是很幼稚啊,如何生成Hosts
- @echo off
- echo # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. >>E:\Study\CMD\1.txt
- echo #
- echo # This file contains the mappings of IP addresses to host names. Each >>E:\Study\CMD\1.txt
- echo # entry should be kept on an individual line. The IP address should >>E:\Study\CMD\1.txt
- echo # be placed in the first column followed by the corresponding host name. >>E:\Study\CMD\1.txt
- echo # The IP address and the host name should be separated by at least one >>E:\Study\CMD\1.txt
- echo # space. >>E:\Study\CMD\1.txt
- echo # >>E:\Study\CMD\1.txt
- echo # Additionally, comments (such as these) may be inserted on individual >>E:\Study\CMD\1.txt
- echo # lines or following the machine name denoted by a '#' symbol. >>E:\Study\CMD\1.txt
- echo # 该文件为yangshw1990提供 >>E:\Study\CMD\1.txt
- echo # For example: >>E:\Study\CMD\1.txt
- echo # >>E:\Study\CMD\1.txt
- echo # 102.54.94.97 rhino.acme.com # source server >>E:\Study\CMD\1.txt
- echo # 38.25.63.10 x.acme.com # x client host >>E:\Study\CMD\1.txt
- echo 127.0.0.1 localhost >>E:\Study\CMD\1.txt
- exit
复制代码
是不是很幼稚啊?!?!?!
作者: kejitong 时间: 2011-9-12 17:41
看不懂,能不能给解释下。最好能详细点
作者: bingxing8000 时间: 2011-9-13 09:49
- @echo off
- (echo # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
- echo #
- echo # This file contains the mappings of IP addresses to host names. Each
- echo # entry should be kept on an individual line. The IP address should
- echo # be placed in the first column followed by the corresponding host name.
- echo # The IP address and the host name should be separated by at least one
- echo # space.
- echo #
- echo # Additionally, comments ^(such as these^) may be inserted on individual
- echo # lines or following the machine name denoted by a '#' symbol.
- echo # For example:
- echo #
- echo # 102.54.94.97 rhino.acme.com # source server
- echo # 38.25.63.10 x.acme.com # x client host
- echo 127.0.0.1 localhost ) >>E:\1.txt
复制代码
作者: CrLf 时间: 2011-9-13 11:21
建议用 more
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |