data

2007年11月21日

计划任务自动备份文件

xcopy.exe d:data e:a\%date:~0,10% /s /e /h /y 把这段代码保存为.bat文件,在计划任务中添加,每天运行,可实现每天自动备份文件夹到某个位置。 代码意义:将...

Read More