6511| 25
|
求一个写块小程序 |
1明经币
最佳答案(defun c:jjj()
(setq pold (getvar "pickfirst"))
(setq ti (rtos (getvar "cdate") 2 6))
(setq yy (substr ti 3 2))
(setq mm (substr ti 5 2))
(setq dd (substr ti 7 2))
(vl-load-com)
(command "md" "D:\\APP\\快盘\\#空军酒店\\【水提图】")
(command "md" "D:\\APP\\快盘\\#皮革城\\【水提图】")
(setq lj (getint "\n 选择路径 #空军酒店 or #皮革城"))
(if (= lj 1)
(setq lj1 "D:\\APP\\快 ...
| ||
| ||
| ||
| ||
| ||
| |
| ||
| ||