Jump to content

Startup Autocad with two setup options


yrnomad

Recommended Posts

I've got users that work for two different departments. One using 1 unit = 1' and the other using 1 unit = 1".

So, I'd like to load a different set of Lisps at startup depending on who they are working for. I have them loading a list with the ACADDOC.lsp for the majority of their work (the 1=1" folk), but they grip when they have to switch and the routine's aren't preloaded.

Any way to do this?

Link to comment
Share on other sites

I've got users that work for two different departments. One using 1 unit = 1' and the other using 1 unit = 1".

So, I'd like to load a different set of Lisps at startup depending on who they are working for. I have them loading a list with the ACADDOC.lsp for the majority of their work (the 1=1" folk), but they grip when they have to switch and the routine's aren't preloaded.

Any way to do this?

 

i practice using autocad profile on every project we have.

 

for example:

Shortcut #1

"C:\Program Files\Autodesk\AutoCAD 2011\acad.exe" /p "P:\PROJECTS\PROJECT1.arg"

 

Shortcut #2

"C:\Program Files\Autodesk\AutoCAD 2011\acad.exe" /p "P:\PROJECTS\PROJECT2.arg"

 

we have more than 50 prjects here and most of them are autocad.

Link to comment
Share on other sites

Thanks, I'll try the profile switch.

 

ReMark: The unit=inch projects use layouts and viewports, annotative scale. Where as, the unit=foot projects (electrical utility work) only draw in model space, and do straight up dimscale/text size.

Link to comment
Share on other sites

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