gpd Posted July 11, 2010 Posted July 11, 2010 Hello Is is possible to load autolisp files to all network linked computers without sharing them. If so how, plz guide Thanks Quote
Tharwat Posted July 11, 2010 Posted July 11, 2010 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 Quote
rkmcswain Posted July 11, 2010 Posted July 11, 2010 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. Quote
BIGAL Posted July 13, 2010 Posted July 13, 2010 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. Quote
rkmcswain Posted July 13, 2010 Posted July 13, 2010 We have shorthand defuns in our autoload.lsp file How is "autoload.lsp" being loaded? Why not just put them in "acaddoc.lsp"? Quote
BIGAL Posted July 14, 2010 Posted July 14, 2010 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. Quote
BIGAL Posted July 15, 2010 Posted July 15, 2010 To my last post the autoload.lsp appears in my loaded programs 2011 list so its been added when you load a profile. Quote
Recommended Posts
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.