
| Quote: | |
|
| Quote: | |
|
CODE: [Copy to clipboard]@echo off
setlocal EnableDelayedExpansion
choice /C 1234567890abcdefghijklmnopqrstuvwxyz /N /M " 选择: "
for %%n in (1 2 3 4 5 6 7 8 9 0 a b c d e f g h i j k l m n o p q r s t u v w x y z) do (
set /a num+=1
if "%errorlevel%" == "!num!" echo %%n
)
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |