6 lines
73 B
Batchfile
6 lines
73 B
Batchfile
@ECHO OFF
|
|
SETLOCAL
|
|
SET /P LINE=
|
|
SET /P DUM=%LINE%<NUL
|
|
ENDLOCAL
|
|
EXIT /B 0
|