I have a set of drawings that have something mysterious that is causing me problems. I have spent enough time trying to figure out what the cause is. The easiest solution now is to copy all entities in a drawing, close it, open a new file, past all and saveas the original file name. I tried to run this using a script and icon on a toolbar (this way I can set up a non-cad user to fun these for me). The attached script runs fine until I get to the 'saveas' part. I at least want the dialog box to come up so all the user has to do is open the correct file, select the icon and click on the file name to save. Can anyone help with the script or even a lisp that would do this? Filedia 0 cmddia 0 _copyclip all _close no _new .. _pasteclip 0,0 zoom e Filedia 1 cmddia 1 saveas Thank you all for you help, D