Adding lisp routine

I have a batch print lisp routine that needs to load everytime Brics starts but haveno idea how to go about it. It uses a doslib file so I guess that needs to be loadedalso. Have weak programming skills so please respond accordingly - thanks aheadfor any help on this!

Comments

  • Hi Tim,For v8 & v9 there is a page here that tells about on_start.lsp and on_doc_load.lspIf you have a lisp file located in your support path you can have it auto loaded by adding a line to one of the files above:(load "lisp_filename")For the DOSLIB you can make use of a file named autoload.rx. Create the file, if it does not exist, in a directory in your support path and put the file name of the DOSLIB alone on a line.Restart Bricscad and you should have both the lisp and DOSLIB loaded.

This discussion has been closed.