hi I have switched from AutoCAD 2000i to AutoCAD 2005.... in order to use my pervious blocks and customization I had to load my menus and a lisp file with my customized functions. In my startup function I must load a file doslib??.arx depending on the version of my AutoCAD. what is this file? does any body know? where can I get it ? the command to load it is : ((>= (atoi (substr (getvar "acadver") 1 2)) 15) (if (not (member "doslib2k.arx" (arx))) (if (findfile "doslib2k.arx") (arxload "doslib2k") ) ) ) ); doslib loaded... ;;; now load the program