You can have lisp files automatically load in several ways, one would be to
place and (autoload) statement in your .mnl file. Another way would be to
use the APPLOAD command, then browse to the file you want to load and then
select load. Within that dialog box there is a button to add a routine to
the Startup Suite, if you add lisp files there they will be loaded every
time you start AutoCAD. Once you have loaded the routine just type in the
name of the command.
Generally speaking the name of the command is the name of the file, not
always true but for the most part it is. You can check this by opening the
file and looking for (defun C:YourCommandNameHere ( ), anything defined with
(defun C: ......) can be accessed from the command line by typing that
command.
Hope this helps.
--
-Jason
Member of the Autodesk Discussion Forum Moderator Program
> Can someone tell me where to store a lisp
> file, how to load it, and how to access it once
> running ac 2000?
"Jamie Duncan" <jdu...@eol.ca> wrote in message
news:72651C2F1A5F3649...@in.WebX.maYIadrTaRb...
> you can copy and paste the entire lisp file into your acad2000doc.lsp file
which is in acad2000\support
> The lisp command will be loaded with every drawing and always accesible
>
> Jamie Duncan
> "jvanmetre" <jimva...@royalpromo.com> wrote in message
news:f0c45...@WebX.maYIadrTaRb...
> Can someone tell me where to store a lisp
> file, how to load it, and how to access it once
> running ac 2000?
> Thanks
>
> JVM
>
>
"btlsp" <bt_...@hotmail.com> wrote in message
news:f0c4...@WebX.maYIadrTaRb...
> What happened to acad.lsp?
>
2. I have no idea
--
-Jason
Member of the Autodesk Discussion Forum Moderator Program
> is the code formatted differently? IE in acaddoc.lsp
> (autoload "lispfile" '(lispfile command))
> Why did Autodesk make the ACAD.LSP into ACADDOC.LSP in R2000?
--
R. Robert Bell, MCSE
www.AcadX.com
"Jason Piercey" <Jason@AtrEngDOTcom> wrote in message
news:E00447EBC51E41A0...@in.WebX.maYIadrTaRb...
--
-Jason
Member of the Autodesk Discussion Forum Moderator Program