Jump to content

Load DVB on AutoCAD Startup


madmonocle

Recommended Posts

What is the best method to load a .DVB file automatically on AutoCAD startup (besides the startup suite)?

 

I tried loading it via ACAD.lsp, but every time a new drawing is opened in the same session you end up getting an error because it is trying to reload a DVB that is already loaded (from the last session)...

Link to comment
Share on other sites

What is the best method to load a .DVB file automatically on AutoCAD startup (besides the startup suite)?

 

I tried loading it via ACAD.lsp, but every time a new drawing is opened in the same session you end up getting an error because it is trying to reload a DVB that is already loaded (from the last session)...

 

Acad.lsp is for loading LSP, FAS, and VLX files... Acad.dvb is for loading DVB files, and functions similarly. :thumbsup:

 

Cheers

 

 

 

[Edit] - In 2012+ you can use the new Autoloader Mechanism to preclude the need for any Acad* files, or preexisting registry loaders, etc.

Link to comment
Share on other sites

  • 2 weeks later...

Hi! Set "SECURELOAD=0" first and rename your dvb file to "acad.dvb" and place it to the folder which contains acad.exe. It should work.

 

Also, you can have multiple macros in acad.dvb file, so all of them can be loaded at start-up.

Edited by kunekainen
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...