@echo off :loop set /p input=Enter something: echo [%time%] User input: %input% goto loop