How to get current date inside a FOR loop

前端 未结 0 571
离开以前
离开以前 2021-02-04 09:29

I have the following code sample in C:\\myscript.bat

for /f %%i in (\'dir "C:\\files" /b /a-d /o-d\') do (
if /i "%%~xi"==".vib" (
g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题