常用的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脚本的主要内容,如果未能解决你的问题,请参考以下文章

windows 批处理脚本怎么执行

Windows 批处理脚本指南: 日志

常用Windows命令分享

利用Python脚本管理Windows服务

Windows 屏蔽高危端口脚本bat

Windows编写的shell脚本,在linux上无法执行