作成 2010.01.05
更新 2010.01.05
更新 2010.01.05
BATファイルで動的な変数指定
call がキモ
set test1="a" set test2="b" set n=1 call set ret=%%test%n%%% echo %ret% pause
タグ: BAT
set test1="a" set test2="b" set n=1 call set ret=%%test%n%%% echo %ret% pause