home *** CD-ROM | disk | FTP | other *** search
- ;************ TY\WTY1.LSP ************ 5-27-91 BJ
- (setq ll '("wtysm1" "CHGCC" "JCX" "CHAW"))
- (setq wty (getint "\n 1.Chgcc/2.JCX/3.CHAW<1>:"))
- (if (null wty) (setq wty 1))
- (setq wty (nth wty ll))
- (al wty (strcat "ty/" wty))
- (eval (read (strcat "(C:" wty ")")))