联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off set i=1 set test_%i%=abcd set i=2 set test_%i%=1234 set i=1 echo %test_%i%% set i=2 echo %test_2% pause
set i=1 echo %test_i%
set i=1 echo %test_1%
set i=1 call echo %%test_%i%%%
if call %%test_%i%%% == abcd echo OK