CODE: [Copy to clipboard]@echo off findstr /i "%computername%" name.txt>nul||exit/b :next command... ... ...