joe
Guest
Hello
Sorry you would like to correct these lines, to open a rtf file from autocad (appunti.rtf) with the "wordpad" program and not with word:
(defun c:app()
(startapp "explorer" "wordpad" "and:\\\files external\\\appunti.rtf")
(princ)
)
Sorry you would like to correct these lines, to open a rtf file from autocad (appunti.rtf) with the "wordpad" program and not with word:
(defun c:app()
(startapp "explorer" "wordpad" "and:\\\files external\\\appunti.rtf")
(princ)
)