摘要:
```bat
@echo off
:: 运行时间1800000毫秒
echo wscript.sleep 1800000 >run.vbs
::运行Debug/lab1.exe程序,后面是参数
start Debug/lab1.exe Au -log au.log
start Debug/lab1.exe Bu -log bu.log run.vbs
::关闭 lab1.exe程序
taskki... 阅读全文
posted @ 2017-05-21 01:03
水郁
阅读(1790)
评论(1)
推荐(0)