load lisp from script

load lisp from script

Anonymous
Not applicable
6,551 Views
2 Replies
Message 1 of 3

load lisp from script

Anonymous
Not applicable
Hi

I want to run a simple script that loads lisps from a network location
without adding it as a support path. Can anyone help me out with that?
Thanks!
0 Likes
6,552 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Just add the path
(load "PathName\\FileName") or (load "Pathname/FileName")

"jtown" wrote in message
news:5575135@discussion.autodesk.com...
Hi

I want to run a simple script that loads lisps from a network location
without adding it as a support path. Can anyone help me out with that?
Thanks!
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks, I was missing the quotes.
0 Likes