有需要寫*.bat 把預設開啟的應用程式換掉舉例1.txt 預設是用 notepad 開 要改成用wordpad 開寫了以下bat 但沒作用assoc .txt=txtfileftype txtfile=%ProgramFiles%\Windows NT\Accessories\wordpad.exe %1 %*有大大有經驗嗎 ?
jean102465 wrote:ftype txtfile=%ProgramFiles%\Windows NT\Accessories\wordpad.exe %1 %*...(恕刪) 改成ftype txtfile=C:\ProgramFiles\Windows NT\Accessories\wordpad.exe %1 %*就可以了