- 帖子
- 98
- 积分
- 126
- 技术
- 1
- 捐助
- 0
- 注册时间
- 2020-10-14
|
9楼
发表于 2021-9-7 18:57
| 只看该作者
本帖最后由 peterboy666 于 2021-9-7 19:03 编辑
回复 8# Byaidu
1.
已不报错.
2.
1.bat
title time:%time%(1.bat) a:%a%(2.bat) b:%b%(3.bat)
还是没有动作.
3.
我将
title time:%time%(1.bat) a:%a%(2.bat) b:%b%(3.bat)
改成
echo time:%time%(1.bat) a:%a%(2.bat) b:%b%(3.bat)
就有动作了.
4.
但运行结果,
只有 5 次 time,
或
只有 28 次 time,
之后就没有再出现 time 这很奇怪 ?
运行结果:
time:18:52:44.50(1.bat) a:0(2.bat) b:0(3.bat)
#2.bat 0
#3.bat 0
time:18:52:45.65(1.bat) a:1(2.bat) b:1(3.bat)
#2.bat 1
time:18:52:46.73(1.bat) a:2(2.bat) b:1(3.bat)
#3.bat 1
time:18:52:47.82(1.bat) a:2(2.bat) b:2(3.bat)
#2.bat 2
time:18:52:48.90(1.bat) a:3(2.bat) b:2(3.bat)
#1.bat lock
#3.bat 2
#3.bat 3
#3.bat 4
#1.bat unlock
#2.bat 4
#2.bat 5
#3.bat 5
#2.bat 6
#3.bat 6
#2.bat 7
#3.bat 7
#2.bat 8
#2.bat 9
#3.bat 8
#2.bat 10
#3.bat 9
#2.bat 11
#2.bat 12
#3.bat 10
#2.bat 13
#3.bat 11
#2.bat 14
#2.bat 15
#3.bat 12
#2.bat 16
#3.bat 13
#2.bat 17
#2.bat 18
#3.bat 14
#2.bat 19
#3.bat 15
#2.bat 20 |
|