Welshman
Computer
- Dec 16, 2002
- 28
Hi guys
If I have a lisp file located in a network sub directory
EG O:\ARCHITECTS\ACAD2002\LISP\LISPFILE.LSP
How do I load an run it with such a long path name?
If I move the file to C:\ and type
(Load "c:\lispfile.lsp"
it loads and executes fine
but, if I load it in its network location
(Load "O:Architects\Acad2002\Lisp\Lispfile.lsp"
AutoCad gives me a load error.
Any ideas ?
Many thanks
The Welshman
If I have a lisp file located in a network sub directory
EG O:\ARCHITECTS\ACAD2002\LISP\LISPFILE.LSP
How do I load an run it with such a long path name?
If I move the file to C:\ and type
(Load "c:\lispfile.lsp"
but, if I load it in its network location
(Load "O:Architects\Acad2002\Lisp\Lispfile.lsp"
AutoCad gives me a load error.
Any ideas ?
Many thanks
The Welshman