好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

文件备份bat脚本 - Windows操作系统 - 自学php


文件备份bat脚本

 

[cpp]

 

set "Ymd=%date:~,4%%date:~5,2%%date:~8,2%"  

 

set iii=-MyBackUp  

 

set point=.  

 

set suf=zip  

 

HaoZipC a -r %Ymd%%iii%%point%%suf% f:/*.*  

 

查看更多关于文件备份bat脚本 - Windows操作系统 - 自学php的详细内容...

  阅读:56次