toagit
6/16/2015 - 5:12 AM

遅延環境変数使用可能オプション

遅延環境変数使用可能オプション

rem 遅延環境変数使用可能オプション
@setlocal EnableDelayedExpansion

rem 変数
set hoge=xxx
echo !hoge!