main.bat call count.bat if %count%==2 goto step2 if %count%==3 goto step3 if % count%==4 goto step4 . . . :step1 echo "set count=2" > count.bat goto ...
www.google.com.tw