I wrote a custom command to everything to 0,0 and scale it from inches to mm. I just got a new computer, and copied and pasted the command. Sadly, it does not work. What makes it really odd is it's the same version of AutoCAD (2006). Can you look at this and see if you can figure out what's wrong? --- ^C^C_cutclip all _pasteclip 0,0 erase c -1,-1 100,.0001 scale all 0,0 25.4 l -155,81.367 -55,45 zoom all --- The output in my command prompt is: Command: _cutclip Select objects: all 2 found Select objects: Command: _pasteclip Command: 0,0 Unknown command "0,0". Press F1 for help. Command: erase Select objects: c Specify first corner: -1,-1 Specify opposite corner: 100,.0001 0 found Select objects: Thanks, Matthew