Autoloader bundle for AutoCAD 2006

Autoloader bundle for AutoCAD 2006

Anonymous
Not applicable
383 Views
2 Replies
Message 1 of 3

Autoloader bundle for AutoCAD 2006

Anonymous
Not applicable

Hi Guys,

 

Is autoloader works for AutoCAD 2011 and lower versions?

 

Regards,

Chandra.

0 Likes
384 Views
2 Replies
Replies (2)
Message 2 of 3

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

afaik it was introduced with AutoCAD 2012, older versions of AutoCAD don't have that built in.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 3

Anonymous
Not applicable

Are you familiar with tha AcadDoc.lsp file? If you have a particular program to load every time you can edit this file to do that for you.

For instance, you open or create the AcadDoc.lsp with any text editor(i.e. Notepad), then you would enter a line that says: (load "MyProgram") and it will load everytime. The program that you are trying to load would have to

be in your support path. Otherwise you would have to hard code the path in like this: (load "C:\\My Programs\\MyProgram"). Your AcadDoc.lsp file must be in your support path.

0 Likes