Author Topic: Update multiple dwgs  (Read 2711 times)

0 Members and 1 Guest are viewing this topic.

Joker

  • Guest
Update multiple dwgs
« on: March 13, 2006, 10:46:50 PM »
I don't know what to ask for with this question.  I have a block that is located in 100 dwgs.  Hope do ing update these dwgs without opening all the dwgs?

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Update multiple dwgs
« Reply #1 on: March 13, 2006, 11:07:57 PM »
Which version of ACAD ?

What do you want to update ?

How much programming have you done. ?

kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Slim©

  • Needs a day job
  • Posts: 6566
  • The Dude Abides...
Re: Update multiple dwgs
« Reply #2 on: March 13, 2006, 11:19:29 PM »
Have you tried scripts?

HERE is a thread that discusses them,
and ANOTHER ONE.
and yet even ANOTHER.

Also you could try ScriptPro, it comes with AutoCAD I believe. Just type SCRIPTPRO at the command line. Look at the help.

A script to open a drawing, zoom to extents, save the drawing, and close it would look like this:

Code: [Select]
open C:/directory/drawing1.dwg zoom e qsave close
open C:/directory/drawing2.dwg zoom e qsave close
open C:/directory/drawing3.dwg zoom e qsave close
open C:/directory/drawing4.dwg zoom e qsave close

Hope this helps.
I drink beer and I know things....

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Update multiple dwgs
« Reply #3 on: March 16, 2006, 04:24:50 PM »
Joker,

The more information you give.....the more complete answers you will get. Have a browse of this site....it offers some good tips for attaining information swiftly.

http://www.catb.org/~esr/faqs/smart-questions.html

Ron

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

Slim©

  • Needs a day job
  • Posts: 6566
  • The Dude Abides...
Re: Update multiple dwgs
« Reply #4 on: March 16, 2006, 04:28:11 PM »
It also helps if you post some feedback in suggestions, help and/or code that have been given, so that we may be able to help you further...  :-)
I drink beer and I know things....

Jürg Menzi

  • Swamp Rat
  • Posts: 599
  • Oberegg, Switzerland
Re: Update multiple dwgs
« Reply #5 on: March 17, 2006, 04:59:49 AM »
How about ObjectDBX?
I've extract the necessary functions from one of my projects... here
You can insert your stuff in the function 'MeProceedYourStuff'

Cheers

Version 1.02: MeGetSubFolders Bug fixed...
« Last Edit: March 21, 2006, 05:22:02 AM by Jürg Menzi »
A computer's human touch is its unscrupulousness!
MENZI ENGINEERING GmbH
Current A2k16... A2k24 - Start R2.18