CODE: [Copy to clipboard]@echo off for /f %%a in ('find "MFS1" c:\windows\system32\drivers\etc\HOSTS') do echo %%a pause