常用的Windows脚本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了常用的Windows脚本相关的知识,希望对你有一定的参考价值。
删除超过33天的文件ForFiles /p "G:\Ensky\Jaeger\FATP" /s /d -33 /c "cmd /c del /Q @file"
Pending how to remove empty folder? If add /s after del /Q /S, will delete all the files in subfolder.
同步NTP时间
C:\Users\sim>net time \10.10.10.10 /set /y
Current time at \10.10.10.10 is 4/24/2020 3:55:38 PM
以上是关于常用的Windows脚本的主要内容,如果未能解决你的问题,请参考以下文章