代碼如下:
@echo on
for %%f in (*.rar *.zip) do winrar.exe a %%f maxgo.cn.html
代碼解釋:
echo on 回顯開啟
%%f 為參數(shù) ()內(nèi)為參數(shù)內(nèi)容 代表該目錄下所有的rar和zip文件
winrar.exe 從winrar安裝目錄中拷貝
maxgo.cn.html 要添加的文件
將此代碼寫入txt文件保存為.bat運(yùn)行即可
更多信息請(qǐng)查看IT技術(shù)專欄