2
我有一個PowerShell命令運行時,我執行一個bat文件, 的命令是powershell和批處理文件的組合?
@powershell -command " [long]((date) . touniversaltime() - [datetime]' 1970-01-01 '). totalmilliseconds"
我也用
powershell.exe " [long]((date). touniversaltime() -[datetime]'1970-01-01 ') . totalmilliseconds "
這正確的數據返回到屏幕上,但我的問題是如何我是否保存此值並使用它將其附加到文件名。
感謝你
感謝您的幫助 – AlanF 2012-04-02 14:00:47