gpt4 book ai didi

powershell 和批处理文件的组合?

转载 作者:行者123 更新时间:2023-12-02 23:31:02 24 4
gpt4 key购买 nike

当我执行 bat 文件时,我有一个 powershell 命令正在运行,
命令是

@powershell -command " [long]((date) . touniversaltime() - [datetime]' 1970-01-01 '). totalmilliseconds"

我也用过
powershell.exe " [long]((date). touniversaltime () -[datetime]'1970-01-01 ') . totalmilliseconds "

这会将正确的数据返回到屏幕,但我的问题是如何保存此值并使用它来将其附加到文件名。

感谢您

最佳答案

for /f %%x in ('powershell "[long]((date).touniversaltime()-[datetime]'1970-01-01').totalmilliseconds"') do set ms=%%x
rem do whatever you want with %ms%

我依稀记得我之前回答中的代码。我之前的建议仍然有效:只需在 PowerShell 中编写脚本,而不是创建一个难以维护的奇怪混合体。

关于powershell 和批处理文件的组合?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9975965/

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