@echo off :loop cls echo Monitoring UAGRDEV* - Last updated: %TIME% tasklist /FI "IMAGENAME eq UAGRDEV*" timeout /t 3 > nul goto loop