I am trying to add CONVERTLMAN to my menu, and have the ARX and DLL only load when the command is used. I also don't want to go to every machine and install the full MigrationTools. So, I have copied AcLSConvert.arx and AcLSConvertRes.dll to my network support folder, which is in the search path. I have then added (autoarxload "AcLSConvert" '("CONVERTLS" "CONVERTLMAN")) to acaddoc.lsp. Now, when I run CONVERTLMAN the first time, I end up in an endless Initializing... loop at the command line. The second time I run it, it runs as intended. If I just appload the ARX first it runs right the first time, so it seems to me to be an autoarxload problem. Could it be that this ARX just won't autoload? Do I need to put the autoarxload line somewhere else? I did try one of our standard misc lisp files, with the same results. Thanks in advance for any ideas. Best, Gordon