简体   繁体   English

使回声线在屏幕上停留一定时间

[英]Making an echo line stay on screen for a certain time

As I said in the title i have a batch file with echo lines. 正如我在标题中所说的,我有一个带有回声线的批处理文件。 I want them to stay each on the screen for a certain period of time. 我希望他们每个人在屏幕上停留一段时间。 Could you give me an exemple of such? 你能给我一个这样的例子吗?

You can do this using sleep command. 您可以使用sleep命令执行此操作。 For example: 例如:

SLEEP 5

This will delay the execution for 5 seconds. 这将使执行延迟5秒钟。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM