Files
2025-08-22 17:31:14 +08:00

5 lines
89 B
Batchfile

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