dinhvantrang Posted July 10, 2013 Share Posted July 10, 2013 (edited) Hi all, I have a dvb file and I put it in a specify Folder.(Example:"C:\Program Files") Now I want to load it automatically when Autocad start.Please help me! Thanks so much! Edited July 10, 2013 by dinhvantrang Wrong some information Quote Link to comment Share on other sites More sharing options...
Tyke Posted July 10, 2013 Share Posted July 10, 2013 First welcome to the CADTutor forum. When AutoCAD is running type the command APPLOAD on the command line. A window will open and you will see a "Start Group", click the "Contents" button and add your dvb file here. Then the macro will be loaded every time you start AutoCAD, but you will still have to run the macro. This can be done by creating a custom button with a small command string. Quote Link to comment Share on other sites More sharing options...
dinhvantrang Posted July 10, 2013 Author Share Posted July 10, 2013 Thanks so much Tyke. But My problem is dont need to type command "APPLOAD".I hope someone can use autolisp to Load dvb file automatically when Autocad Start. Sorry for my English so poor to explain. Quote Link to comment Share on other sites More sharing options...
Tyke Posted July 10, 2013 Share Posted July 10, 2013 Thanks so much Tyke.But My problem is dont need to type command "APPLOAD".I hope someone can use autolisp to Load dvb file automatically when Autocad Start. Sorry for my English so poor to explain. Perhaps you missed my point, you only do the APPLOAD once. Then everyday you start AutoCAD your dvb file is automatically loaded for you without you having to do anything else. Quote Link to comment Share on other sites More sharing options...
SLW210 Posted July 10, 2013 Share Posted July 10, 2013 Add in acaddoc.lsp See LeeMac's Instructions. Quote Link to comment Share on other sites More sharing options...
BlackBox Posted July 10, 2013 Share Posted July 10, 2013 Why not just use Acad.dvb? [Edit] - As in Acad[Doc].lsp for LISP, Acad.rx for ObjectARX, etc. Quote Link to comment Share on other sites More sharing options...
dawood Posted November 5 Share Posted November 5 how enable macro in cadmate 2019profeesional to work with .dvb file Quote Link to comment Share on other sites More sharing options...
BIGAL Posted November 6 Share Posted November 6 In Acad & Bricscad need to install the VBA module to run any dvb files. So start with that 1st and check vba is enabled. Type VBAMAN should open the vba editor, if nothing then no vba. Sorry no idea about Cadmate. Quote Link to comment Share on other sites More sharing options...
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.