於cmd底下的解壓縮command line可有下列幾種寫法
1. "c:\program files\winrar\winrar.exe" x -r -ep1 "壓縮檔案" "解壓縮路徑"
此方法最後檔案及路徑的地方,其雙引號可用可不用
cmd在任何目錄底下都可以使用
2. WinRAR x -r -ep1 壓縮檔案 解壓縮路徑
此寫法必須先把位置移到winrar.exe的資料夾底下(cd c:\program files\winrar\)
註:壓縮檔案中間的參數將x改為a即可