bat_manage

This commit is contained in:
z66
2025-08-22 17:31:14 +08:00
commit 92afcbd14f
6 changed files with 548 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
@echo off
:loop
set /p input=Enter something:
echo [%time%] User input: %input%
goto loop