Unassociate file types in Windows 7 & Windows Vista
當檔案關聯出問題,可以用這個小工具來移除副檔名與程式的關聯性。
主頁 » Tools
Unassociate file types in Windows 7 & Windows Vista
當檔案關聯出問題,可以用這個小工具來移除副檔名與程式的關聯性。
7z.exe a -t7z filename.7z filename -m0=LZMA:d128m:fb273 -mx=9 -ms=e
多個檔案,單一壓縮,批次寫法
echo off set a=c:\program files\7-zip\7z.exe for %%a in (*.log) do ( "%a%" a -t7z "%%~dpa%%~na.7z" "%%a" -m0=LZMA:d128m:fb273 -mx=9 -ms=e )
到今天才知道有這個指令,同步備份速度超快,超好用!!
繼續閱讀