Bear with me please...(TIA) I've looked into this NG regarding loading lisp files. Here's my deal. It seems that the easiest method to distribute lisp files is to put 'em in a network directory and then have each user (5 here) just add them to their startup suite, rather than hack their acad2004doc.lsp file with a load function simply to avoid the possibility of a typo (not an uncommon event for some of them, sad to say). What are the pros and cons that I may be missing? Are there better ways? We've got maybe a dozen lisps that we use now, but will there be a downside if that list grows to a hundred? Will a large number of files in the startup suite cause performance issues down the road (as opposed to acad2004doc.lsp)? Is there a REAL difference between the two? Sorry for the remedial nature here, I'm only up to my ankles in Lisp. Perhaps it'd be better for users to copy the files from a network location to their own lisp directory so's to avoid complications if the network goes down....on the other hand...I don't think I wanna chase around "tweaking" a half dozen copies of the same files if we make an improvement, and then worrying about which one is "latest and greatest". Thanks for the help.