
CODE: [Copy to clipboard][ Last edited by gotocmd on 2009-1-11 at 22:33 ]@echo off
set "str=0123456789ABCDEF"
set /a n=0
:lp
echo,%%str:~%n%,1%%
set /a n+=1
if %n% equ 16 goto end
goto lp
:end
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |