Hi, I have the following script to move the entire contents of 500+ files down 64 units. (without the ***'s), (ze is a shortcut for zoom extents): ************* move all 0,64,0 0,0,0 ze qsave ************ I've tried it the following way as well: ************ move all 0,0,0 @64<270 ze qsave ************ and it will not work...but here's the thing: the following will run: ************ move all 0,0,0 @64<90 ze qsave ************ so, I can move things in the positive Y direction, but mot the negative Y direction. I've tried every method I know of to move in the negative Y (@64<270, @64<-90, @0,-64,0, etc..) any ideas? Thank You, Chris