@echo off call b.bat VarReturn echo 批处理b.bat的返回值是:%VarReturn%
@echo off set /a sum=1+2 set %1=%sum%
Powered by: C++博客 Copyright © RTY