Jump to content

Recommended Posts

Posted

Hello

 

Is is possible to load autolisp files to all network linked computers without sharing them. If so how, plz guide

 

Thanks

Posted

Hi

 

It might work if you keep your Lisp file in the shared Documents and load them up to each computer individually .

 

good luck.

 

Welcome to Forum

 

Tharwat

Posted
Hello

 

Is is possible to load autolisp files to all network linked computers without sharing them.

 

Sure. Place the files on the network file server, and load them from there.

You can do this with other files also, like menu files, pgp file, shape files, etc.

Posted

We have shorthand defuns in our autoload.lsp file and you just need to make sure the server path is in your support path "config files" and the lisps will load automatically. 10 computers on network.

Posted
We have shorthand defuns in our autoload.lsp file

 

How is "autoload.lsp" being loaded?

Why not just put them in "acaddoc.lsp"?

Posted

To Rkmcswain Autocad seems to be able to autoload a number of files as you say our autoload.lsp is on the server and the only reference to it is in the "config files support path" acaddoc.lsp must do the same thing just been that way for years and have just kept adding to it.

 

Just loaded 2011 and made no mention to autoload.lsp but it worked will check maybe its getting added in the appload startup suite via loading our profile.

 

Typical line in autoload.lsp

(autoload "TEXT2LINE" '("TEXT2LINE"))

 

Not sure which is better acaddoc or autoload.

Posted

To my last post the autoload.lsp appears in my loaded programs 2011 list so its been added when you load a profile.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...