摘要:
用一个bat文件调用另外两个bat文件,当1.bat执行完后再执行2.bat 摘自:https://zhidao.baidu.com/question/492732911.html @echo off start d:\1.bat start c:\2.bat 这样是2个任务同时执行,应该怎么改,谢 阅读全文
posted @ 2019-11-04 11:32
DoubleLi
阅读(13086)
评论(0)
推荐(1)