I have loade the following applications at startup from acad.lsp (arxload "AcadXTabs.arx") (arxload "RMA-DocUtilities.arx") But what happens is, this has to be done only once. Everytime I startup autocad it replies with "already loaded". How can i check the existence of the applications so i can build-in an if-statement. The reason I want this, is beceause I want this to be automated for other users. Regards MJ