Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
13
Task/Repeat-a-string/Batch-File/repeat-a-string-3.bat
Normal file
13
Task/Repeat-a-string/Batch-File/repeat-a-string-3.bat
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
@echo off
|
||||
@FOR /L %%i in (0,1,9) DO @CALL :REPEAT %%i
|
||||
@echo That's it!
|
||||
@FOR /L %%i in (0,1,9) DO @CALL :REPEAT %%i
|
||||
@echo.
|
||||
@echo And that!
|
||||
@GOTO END
|
||||
|
||||
:REPEAT
|
||||
@echo|set /p="*"
|
||||
@GOTO:EOF
|
||||
|
||||
:END
|
||||
Loading…
Add table
Add a link
Reference in a new issue