Blog Archive

Sunday, May 11, 2008

Lisp to run mapdigitize command in autocadmap

(DEFUN C:zp()
(c:mapdigitize)
)

No comments: