Jump to content

Recommended Posts

Posted

I will be rolling out our new company wide standards this week. I'm looking for the easiest way to get all the LSP and SCR to run on everyones computer. What's the easiest way to do this without physically going to everyone's machine and doing it manually?

Posted

I'm sure there are many opinions out there, so don't just run with mine, but here's my suggestion:

Add a restricted access network folder (a folder on your network to which only you and your crew have write-access, but everyone can read) to the top of the Support File Search Path list. (ex. S:\CAD\Support)

Copy all your files into that folder.

Create files in that folder called "acad.lsp" and "acaddoc.lsp"

The acad.lsp file will run every time the program is initiated. (Figure maybe once per day)

The acaddoc.lsp file will run everytime your users open a dwg. (Multiple times per session, even read-only)

Figure out which routines need to load with which file. (You may not need both, depending on your situation)

Cross your fingers and hope all your routines work (or you'll hear about it loudly, clearly, quickly and repeatedly) :roll:

Posted

My favourite is to include them in the company CUI. Another way is to load a file from the server using the user's ACAD.lsp. You can re-write the server file any time you have a new LSP to load.

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...