0

I am writing a lisp for autocad and I am in the final stage to create it. I want to write a command that is the same as dragging and dropping a text file into your drawing (this creates an mtext in your drawing with the content of the text file as mtext). Does anyone know the command?

Thank you.

Tony
  • 469
  • 1
  • 6
  • 18

1 Answers1

0

The drag and drop handler for the AutoCAD document window is not a command. There is no built-in command that creates an mtext entity from the contents of a text file.

Owen Wengerd
  • 1,628
  • 1
  • 11
  • 11