• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

aprire un file .rtf con wordpad

  • Thread starter Thread starter joe
  • Start date Start date

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)
)
 
try to put the full path (or add the path to autocad path under options)

(startapp "c:/program files/windows nt/accessories/wordpad.exe") opens the wordpad correctly
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top