參考網址:takimoto
assoc .ext [ [ = ] ] [ FileType ]
由 assoc 指令參數為:
• | .ext : 您可以使用這個參數, 指定想要以檢視或變更其關聯副檔名 |
• | FileType : 使用這個參數來指定您希望 Windows 來將指定檔案名稱副檔名與檔案類型 |
所以如果要修復對exe檔案類型的關連,就該輸入:
assoc .exe=exefile
配合ftype 使用
assoc .kodu2=kodu2 ftype kodu2="D:\iso\0_green\kodu.cameyo_v1.5.53_hmes.exe" %1 pause
存成.bat檔,用系統管理員權限執行。