Autoload

Discussion in 'AutoCAD' started by Alfredo, Jan 6, 2004.

  1. Alfredo

    Alfredo Guest

    I am looking for a lisp that will set my support paths. I saw a link a week
    ago for it but am unable to find it.

    Thanks!
     
    Alfredo, Jan 6, 2004
    #1
  2. Alfredo

    Mark Douglas Guest

    Here is one I use. Just modify the paths to what you need


    (setvar "modemacro" "TOTAL ELAPSED TIME ON DRAWING
    IS ---$(rtos,$(*,24,$(getvar, tdusrtimer)),2,2)--- HOURS")


    (defun c:pathsetup (/ )
    (setenv "ACAD" (strcat "s:\\standards\\blocks\\Simpson\\;" (getenv
    "ACAD") ))
    (setenv "ACAD" (strcat "s:\\standards\\blocks\\Simpson\\A\\;" (getenv
    "ACAD") ))
    (PRINC))

    Mark
     
    Mark Douglas, Jan 6, 2004
    #2
  3. R. Robert Bell, Jan 6, 2004
    #3
  4. Alfredo

    Alfredo Guest

    Thats the link.

    Thanks!
     
    Alfredo, Jan 6, 2004
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.