4 lines
26 B
Batchfile
4 lines
26 B
Batchfile
|
@echo off
|
||
|
:e
|
||
|
echo e
|
||
|
goto e
|