分享至
朋友圈
微信
qq空间
qq
微博
复制
@echo off for %%f in (host_files\*) do ( for /f "delims=" %%s in (%%~f) do ( echo.%%s >> hosts ) echo. >> hosts )