联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off path="c:\program files\winrar";%path% path="c:\windows\system32\wbem";%path% cd c:\program files\winrar set aLastDate=1988-01-01 if exist c:\system.lst for /f "tokens=1" %%i in ('dir/tw "c:\system.lst"^|find "system.lst"') do set aLastDate=%%i set aTodayDate=%date:~0,4%%date:~5,2%%date:~8,2% for /f "skip=1" %%i in ('wmic logicaldisk where "Description='本地固定磁盘'" get caption') do rar a -ta%aLastDate% c:\%computername%%aTodayDate%.rar %%i\*.doc %%i\*.xls -r -y if exist c:\system.lst del system.lst else cd.>c:\system.lst