gpt4 book ai didi

batch-file - Windows 批处理 : get current date and time within a loop

转载 作者:行者123 更新时间:2023-12-03 21:38:27 25 4
gpt4 key购买 nike

以下将打印 Windows 批处理文件中的当前数据和时间:

for /f "tokens=2,3,4,5,6 usebackq delims=:/ " %%a in ('%date% %time%') do echo %%c-%%a-%%b %%d%%e

我找到了这个 here .

但是,如果放置在循环中,初始数据和时间将不断打印,并且不会更新以反射(reflect)新时间。

如何修改它以反射(reflect)当前时间并在循环内工作?

谢谢

最佳答案

这是要放在批处理文件中,否则代码将不起作用。@echo off:loopecho date: %date% | time: %time%goto loop

关于batch-file - Windows 批处理 : get current date and time within a loop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31099815/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com