Foa*_*oad 5 windows inkscape svg command-line file-association
我正在尝试将.svg要打开的文件与 Inkscape 的inkview.exe. 无法通过常规方法执行此操作,我正在尝试使用命令行。我做了什么:
跑assoc .svg=和assoc .svgz=
跑ftype svgfile=和ftype avgzfile=
跑assoc .svg=svgfile和assoc .svgz=svgzfile
现在,当我运行assoc .svg和assoc .svgz我得到的.svg=svgfile和.svgz=svgzfile分别
ftype svgfile="path\to\inkview.exe" %1和一样svgzfileftype svgfile我得到svgfile="path\to\inkview.exe" %1如果您能帮助我了解问题所在以及如何解决,我将不胜感激?