Sorry, I must correct myselfOriginally Posted by kennet.sjoberg
(arxLoad "MyDrive:\\MyPath\\MyFile.dbx" )
: )Happy Computing !
kennet
Sorry, I must correct myselfOriginally Posted by kennet.sjoberg
(arxLoad "MyDrive:\\MyPath\\MyFile.dbx" )
: )Happy Computing !
kennet
Putting the DBX in the startup suite is not an option when you're dealing with a whole shwack of networked computers.Originally Posted by tyeelaw13
It looks like adding the DBX extension in the ARXLOAD command does the trick. Thanks Kennet!
You are welcomeOriginally Posted by vwehnes
![]()
: ) Happy Computing !
kennet
<<<<---------------------- ! !
If you want it to automatically load every time you open a drawing, you can create a standard ASCII txt file named acad.rx, save it in your support folder and in this file include the name of your dbx file with extension. You can also add any other ARX files that you would like loaded at startup. Each filename (with extension) needs to go on it's own line.
Hi! Just add all your lisp routine to the start up suite so you won't need to appload everytime you use your lisp program.
Romy