Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我打算做点什么:
我有一个 LARGE 批处理文件,但这就是我想应用于 HOLE 批处理的内容:
30 分钟后,它应该显示一条消息。
这怎么可能,我可以将其设置为孔批次吗?我里面有很多东西。
您可以从 Windows 资源工具包中下载 sleep.exe。或者你可以使用 ping。否则,这是一个使用 vbscript 的实现
WScript.Sleep WScript.Arguments.Item(0) 'in milliseconds.
另存为 sleep.vbs 并在批处理中使用
cscript /nologo sleep.vbs 3000