bat 的文本如下:
--声明winrar软件的位置
set Path=;"C:\Program Files\WinRAR";%SystemRoot%\system32
--用forfiles遍历d盘下的wxsite文件夹,用winrar命令打包 .txt文件 为backuo.zip压缩包 forfiles /p "d:\wxsite" /c "cmd /c WinRAR a -afrar -ep1 -df backup.zip *.txt"
--将backuo.zip的压缩包重新命名为当前 年月日.zip的压缩包 rename backup.zip "%date:~0,4%%date:~5,2%%date:~8,2%.zip"
windows 上打开 工具>任务计划程序
点击创建任务