| @echo off&setlocal enabledelayedexpansion | | color 1f&mode con cols=20 lines=12 | | echo. | | set num=6 -1 2 -3 , 6 -1 2 -1 2 -1 , 6 -1 2 -1 2 -1 , 6 -1 2 -1 2 -1 , 6 -1 2 -3 # ^ | | 6 -4 , 6 -1 4 -1 , 6 -4 , 12 -1 , 6 -4 # ^ | | 6 -4 , 6 -1 4 -1 , 6 -4 , 6 -1 4 -1 , 6 -4 # ^ | | 6 -4 , 12 -1 , 12 -1 , 12 -1 , 12 -1 # ^ | | 6 -4 , 6 -1 , 6 -4 , 6 -1 4 -1 , 6 -4 # ^ | | 6 -4 , 6 -1 , 6 -4 , 12 -1 , 6 -4 # ^ | | 6 -1 2 -1 , 6 -1 2 -1 , 6 -4 , 10 -1 , 10 -1 # ^ | | 6 -4 , 12 -1 , 6 -4 , 12 -1 , 6 -4 # ^ | | 6 -4 , 12 -1 , 6 -4 , 6 -1 , 6 -4 # ^ | | 9 -1 , 9 -1 , 9 -1 , 9 -1 , 9 -1 # ^ | | 6 -4 , 6 -1 4 -1 , 6 -1 4 -1 , 6 -1 4 -1 , 6 -4 # | | for %%i in (%num%) do ( | | set a=%%i&set b=!a:-=! | | if "%%i"=="," echo. | | if "%%i"=="#" ping/n 2 127.1 >nul&cls&echo. | | if %%i lss 0 (for /l %%a in (1,1,!b!) do set/p=▓<nul) else ( | | for /l %%b in (1,1,!b!) do set/p= <nul | | ))COPY |
|