Quote Originally Posted by aaronic_abacus View Post
works fine in 2000, not a coding error
vl huh?
still no luck.
if I can't write to the files how will programs load automatically, i'm just trying to AUTOLOAD a string
Just to be clear there has never been a time when it was OK to modify the acad<release>.lsp file. Acad.lsp, acaddoc.lsp, and acad.rx have been the user created files set up for this purpose by AutoCAD you should have been using in 2000 as well. Now that AutoCAD and most organizations IT policies have blocked you completely it's time to do this the way you should have been doing it all these years. If
Code:
(findfile "acaddoc.lsp")
returns nil create one in the
Code:
(getenv "userprofile")
folder where permissions shouldn't be a problem. Appending your code after the last line will display whatever your code sends last as well as any errors it may generate.