P处理能玩到这个境界,实在是牛人啊
收下来慢慢品味
收下来慢慢品味
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off
set a=1 2 3
echo %a%
call :aa a
echo %a%
goto :EOF
:aa
call set %1=%%%1%% 4 5 6
goto :EOF
@echo off
set a=1 2 3
echo %a%
call :aa a
echo %a%
goto :EOF
:aa
call set %1=%%%1%% 4 5 6
goto :EOF
@echo off
setlocal enabledelayedexpansion
set a=1 2 3
echo %a%
call :aa a
echo %a%
pause
goto :EOF
:aa
set %1=!%1! 4 5 6
goto :EOF
@echo off & setlocal EnableDelayedExpansion
mode con cols=100 lines=40
title COLOR TIME
call :tnb
set spc=
set font=█★●◆□◎◇¤⊙〓
:new
setlocal
color e%RANDOM:~-1%
set rdfont=!font:~%RANDOM:~-1%,1!
set/a a=%random%%%50,b=%random%%%35
set nk=!spc:~0,%a%!
for /l %%a in (0,1,%b%) do echo.
if "%time:~0,1%"==" " set time=0%time:~1%
echo %nk% %date%
echo %nk% !%time:~0,1%a:█=%rdfont%! !%time:~1,1%a:█=%rdfont%! !%time:~3,1%a:█=%rdfont%! !%time:~4,1%a:█=%rdfont%!
echo %nk% !%time:~0,1%b:█=%rdfont%! !%time:~1,1%b:█=%rdfont%! !%time:~3,1%b:█=%rdfont%! !%time:~4,1%b:█=%rdfont%!
echo %nk% !%time:~0,1%c:█=%rdfont%! !%time:~1,1%c:█=%rdfont%! · !%time:~3,1%c:█=%rdfont%! !%time:~4,1%c:█=%rdfont%!
echo %nk% !%time:~0,1%d:█=%rdfont%! !%time:~1,1%d:█=%rdfont%! !%time:~3,1%d:█=%rdfont%! !%time:~4,1%d:█=%rdfont%!
echo %nk% !%time:~0,1%e:█=%rdfont%! !%time:~1,1%e:█=%rdfont%! · !%time:~3,1%e:█=%rdfont%! !%time:~4,1%e:█=%rdfont%!
echo %nk% www.cn-dos.net DOSCC WINBY.
ping 127.1 -n 3 >NUL
cls
endlocal
goto :new
:tnb
rem 0-9 数字模样。
set 0a=█████
set 0b=█ █
set 0c=█ █
set 0d=█ █
set 0e=█████
set 1a= ██
set 1b= █
set 1c= █
set 1d= █
set 1e= █
set 2a= ███
set 2b= █
set 2c=█████
set 2d=█
set 2e=█████
set 3a= ███
set 3b= █
set 3c=█████
set 3d= █
set 3e=█████
set 4a=█
set 4b=█ █
set 4c=█████
set 4d= █
set 4e= █
set 5a=███
set 5b=█
set 5c=█████
set 5d= █
set 5e=█████
set 6a=███
set 6b=█
set 6c=█████
set 6d=█ █
set 6e=█████
set 7a=█████
set 7b=█ █
set 7c= █
set 7d= █
set 7e= █
set 8a=█████
set 8b=█ █
set 8c=█████
set 8d=█ █
set 8e=█████
set 9a=█████
set 9b=█ █
set 9c=█████
set 9d= █
set 9e= ████
| 评分人 | 分数 | 时间 |
|---|---|---|
| electronixtar | +8 | 2007-01-30 14:05 |