标题: assoc.ods=odsfile 關聯不了
[打印本页]
作者: xiaoyun222
时间: 2007-12-27 12:20
标题: assoc.ods=odsfile 關聯不了
我安裝的是 openoffice 安裝的時候沒有選者自動關聯文件.做的文件就打不開了.要選者打開程序.我做的批處理不能用,請教大家哪裡錯了.有次在命令下輸入
可以關聯的,我不知道命令是怎麼輸入的了.這個是批處理
assoc.ods=odsfile
ftype odsfile="c:\program files\OpenOffice.org 2.3\program\scalc.exe" %1 %*
作者: HAT
时间: 2007-12-27 14:57
assoc后面是不是少了个空格?
作者: xiaoyun222
时间: 2007-12-27 15:00
我在命令下都是可以執行的,我再試一下
作者: xiaoyun222
时间: 2007-12-27 16:38
好 了 ~~~‵謝謝
assoc.ods=odsfile
ftype odsfile="c:\program files\OpenOffice.org 2.3\program\scalc.exe" "%1"