CODE: [Copy to clipboard]set a=123 set b=456
CODE: [Copy to clipboard]@echo off call a.bat echo 测试%a%和%b% pause