I use the Offset command alot with a 3 1/2" offset. I loaded this lisp program but it does not come up when I type myoffset in the command line. I saved this program in word pad as a lsp file and pasted in autocads support folder. I then went to tools/load applications and loaded it. Does anyone know what I am doing wrong. (defun c:myoffset () (setvar "offsetdist" 3.5) (command "._offset" "") (princ) ) Thank You, George