标签: batch-file cmd call batch-processing
我是这个脚本的新手,我做了一个小程序。 如你所见,我需要在Bat1.bat关闭后运行Bat2.bat。 请在这件事上给予我帮助, 我需要知道我在这里做错了什么。
@echo off cls title xxx :START if %time%==xx:xx:xx.xx ( call Bat1.bat call Bat2.bat ) if NOT %time%==xx:xx:xx.xx goto START goto END :END