-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacad.lsp
27 lines (24 loc) · 905 Bytes
/
acad.lsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
; MODULE_ID ACAD2007_LSP_
;;; ACAD2014.LSP Version 1.0 for AutoCAD 2014
;;;
;;; Copyright 2013 Autodesk, Inc. All rights reserved.
;;;
;;; Use of this software is subject to the terms of the Autodesk license
;;; agreement provided at the time of installation or download, or which
;;; otherwise accompanies this software in either electronic or hard copy form.
;;;
;;;
;;;
;;; Note:
;;; This file is normally loaded only once per AutoCAD session.
;;; If you wish to have LISP code loaded into every document,
;;; you should add your code to acaddoc.lsp.
;;;
;;; Globalization Note:
;;; We do not support autoloading applications by the native
;;; language command call (e.g. with the leading underscore
;;; mechanism.)
(load "acad2014doc.lsp")
(load "custom2014.lsp")
Silent load.
(princ)