Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Load (AutoLisp) Application Default Pathway

1 REPLY 1
Reply
Message 1 of 2
Anonymous
144 Views, 1 Reply

Load (AutoLisp) Application Default Pathway

When loading an AutoLisp routine, the user goes to the pulldown menu
TOOLS then LOAD APPLICATION. A dialog box with LookIn: defaults to the
directory MyDocuments. How can a user change this default directory to
avoid having to browse to a different directory each time?

sonysko@deq.state.ut.us
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

hi Setven
go to options and file tab you will have Search Path. Add there your lisp
location. and in your lisp folder make one acad.lisp inside acad.lsp
write line
(setq old_echo (getvar "cmdecho"))

(setvar "cmdecho" 0)
(load "your routing1.lsp" (princ))
(load "your routing2.lsp" (princ))
(princ)
(setvar "cmdecho" old_echo)

hope this will help you

Amrit Shrestha
cadnepal@wlink.com.np

steven onysko wrote in message
news:3A96E95F.32E4172F@deq.state.ut.us...
> When loading an AutoLisp routine, the user goes to the pulldown menu
> TOOLS then LOAD APPLICATION. A dialog box with LookIn: defaults to the
> directory MyDocuments. How can a user change this default directory to
> avoid having to browse to a different directory each time?
>
> sonysko@deq.state.ut.us
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost