使用curl在启动时更新主机文件的批处理脚本

脚本主要用于更新挂机客户端内的host文件,如下:

curl x.x.x.x/latest/hosts > C:\Windows\System32\drivers\etc\hosts

如果有问题可以尝试如下:

curl.exe x.x.x.x/latest/hosts > C:\Windows\System32\drivers\etc\hosts.tmp 
move C:\Windows\System32\drivers\etc\hosts.tmp C:\Windows\System32\drivers\etc\hosts

 

请登录后发表评论

    没有回复内容