怎么用lisp打开文件呢
请问怎么用lisp打开文件txt文件 不是加载到内存中 就是跟直接双击打开txt一样有窗口显示的 怎么实现呢 谢谢大家了 方法1:(startapp "notepad.exe" "c:\\1.txt")
方法2:
(vlax-invoke
(vlax-get-or-create-object "Wscript.Shell")
'RUN
"c:\\1.dwg" ;;(任意已经建立关联程序的文件)
)
那请问怎么用lisp打开dwg文件的快捷方式 caoyin 发表于 2014-4-14 15:57
方法1:
(startapp "notepad.exe" "c:\\1.txt")
相当有用,感谢 caoyin 发表于 2014-4-14 15:57
方法1:
(startapp "notepad.exe" "c:\\1.txt")
相当有用,感谢 caoyin 发表于 2014-4-14 15:57
方法1:
(startapp "notepad.exe" "c:\\1.txt")
相当有用,感谢 相当有用,感谢
(startapp "explorer.exe" "c:\\windows")
页:
[1]