readline-sync/lib/read.bat

7 lines
84 B
Batchfile
Raw Normal View History

@echo off
setlocal
set /p LINE=<CON >CON
set /p DUM="%LINE%"<NUL
endlocal
exit /b 0