작성법은 아래와 같으며 핑이 끊긴다면 해당 아이피의 로그 파일이 생성됩니다 @echo off set/p host=host Address: set logfile=Log_%host%.log echo ******************************************************** echo Search IP Address : %host% echo Log File Name : %logfile% echo Press Ctrl+C to stop script at any time echo ******************************************************** echo Running ping... setlocal enabledelayedexpansion :Ping for..