Opening Zoom Extents then close

Discussion in 'AutoCAD' started by Andrew McDonald, Jul 9, 2003.

  1. I am wanting to process several hundred drawings files by :
    Opening each file
    Thaw and Turn on all layers (not really necessary)
    Zoom to Extents
    Close drawing.

    Has anybody else had to perform this type of operation,
    and if so how did you achieve it.

    Any help appreciated.
    Regards
    Andrew McDonald
     
    Andrew McDonald, Jul 9, 2003
    #1
  2. Andrew McDonald

    SMMASON Guest

    The best way is by creating a script file. Either you can create a script with a repeating sequence (ex. OPEN XXX.DWG -LAYER ON * THAW * ZOOM EXTENTS QSAVE CLOSE OPEN XXX.DWG -LAYER ... SO ON AND SO ON). Or you can create one line and have a batch file execute the script on each dwg. *Requires Autocad to be placed into SDI mode. (ex. -LAYER ON * THAW * ZOOM EXTENTS QSAVE QUIT).
     
    SMMASON, Jul 9, 2003
    #2
  3. Andrew McDonald

    SMMASON Guest

    I will post two zoom-ext files in the customer files section along with an explanation on how to use them.
     
    SMMASON, Jul 9, 2003
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.