home *** CD-ROM | disk | FTP | other *** search
- ;*****************************
- ;The program for quit. *
- ;*****************************
- (defun qu ()
- (setvar "cmdecho" 0)
- (setvar "blipmode" 0)
- (command "line" (list 10 0) (list 10 0.01) (list 10.01 0.01) (list 10.01 0) "c")
- (setq fpt (list 10 0) no (+ no 1))
- (attdef1 "dl1" 0 fpt)
- (command "block" no fpt "w" (list 10 0) (list 10.01 0.01) "")
- (command "insert" no fpt "" "" "" "")
- (command "attext" "s" "tmpf" "\\housem\\dbf\\outl")
- (command "quit" "y")
- )
- (qu)