|
zjjzh
初级用户
 
积分 25
发帖 14
注册 2006-12-20
状态 离线
|
『楼 主』:
在dos命令中暂停的命令是什么?
使用 LLM 解释/回答一下
比如我想等待10秒再执行下一条语句。
For example, I want to wait for 10 seconds before executing the next statement.
|
|
2006-12-20 13:18 |
|
|
grapeskin
初级用户
 
积分 123
发帖 54
注册 2006-12-1
状态 离线
|
|
2006-12-20 22:29 |
|
|
zjjzh
初级用户
 
积分 25
发帖 14
注册 2006-12-20
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
那个命令需要手动输入回车,不好,有什么命令之类的,可以暂时10秒,然后再继续~
That command needs to be manually entered and pressed Enter, which is not good. Is there any command or something that can temporarily wait for 10 seconds and then continue?
|
|
2006-12-21 01:49 |
|
|
ccwan
金牌会员
     
积分 2725
发帖 1160
注册 2006-9-23 来自 河北廊坊
状态 离线
|
|
2006-12-21 03:58 |
|
|
zjjzh
初级用户
 
积分 25
发帖 14
注册 2006-12-20
状态 离线
|
|
2006-12-21 12:23 |
|
|
tianzizhi
高级用户
   
积分 622
发帖 214
注册 2006-9-22
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
第一种方法:choice /t 10 /d y
第二种方法:windows2003自带的timeout.exe
timeout /t 10
下载: http://tianzizhi.disk365.cn/
Last edited by tianzizhi on 2006-12-22 at 05:55 AM ]
First method: choice /t 10 /d y
Second method: timeout.exe built into Windows 2003
timeout /t 10
Download: http://tianzizhi.disk365.cn/
Last edited by tianzizhi on 2006-12-22 at 05:55 AM ]
|
|
2006-12-22 05:52 |
|
|
wmysqj
初级用户
 
积分 158
发帖 15
注册 2004-5-11
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
如果是在批处理命令下可利用sound .exe (MS - DOS 下的)
语法: SOUND 10
在响10声也就是10秒钟后继续下一命令行
If it is under the batch command, you can use sound.exe (under MS-DOS).
Syntax: SOUND 10
After beeping 10 times, that is, after 10 seconds, continue to the next command line
|
|
2006-12-23 09:04 |
|
|
heling
新手上路

积分 18
发帖 9
注册 2007-6-2
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
采用DOS的实时钟,既70H和71H端口,硬件定时,绝对精确,
可达毫秒级.
Using the real-time clock of DOS, that is, ports 70H and 71H, hardware timing, absolutely accurate, up to millisecond level.
|
|
2007-6-9 10:22 |
|