Skip to content

Instantly share code, notes, and snippets.

@toagit
Created June 16, 2015 05:12
Show Gist options
  • Save toagit/8224c5889591d23fbc33 to your computer and use it in GitHub Desktop.
Save toagit/8224c5889591d23fbc33 to your computer and use it in GitHub Desktop.
遅延環境変数使用可能オプション
rem 遅延環境変数使用可能オプション
@setlocal EnableDelayedExpansion
rem 変数
set hoge=xxx
echo !hoge!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment