tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 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