環境変数の中に環境変数使ってると
%test1% test
%test2% %test1%aaa

WScript.Env( 'test2' )
で取得すると環境変数が全部展開されなくてEnvの返り値が%test1%aaaってなってしまうのは仕様?