echo off :start cls set /p input=masukan nama ? & set result=| dir /a *.* /b | find "%input%" echo %result% pause goto start