• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

convert different dwg to dxf

  • Thread starter Thread starter lelebianconero
  • Start date Start date

lelebianconero

Guest
Hello everyone
I have another problem: I have several hundred dwg files that I need to convert to dxf format automatically, it is humanly impossible to open them one by one and save them in the other format.
Is there a way to do it automatically or do I have to go through some external application?
If so, what do you recommend me?
thanks in advance
 
Thank you very much, I'm a pyrla, I looked for it but I didn't see the discussion. . .
 
I'm sorry, I'm not very practical with scripts, but the attached file seems to me to bring many other really useful info.
Could you give me some more info about its operation and how to use it?
 
I found the reference page, I understood how it works:show!
I would like to try to integrate some of the existing codes by changing them with what I need.
From what I understand, those in each line are autocad commands as well as should be written in the command line, right?
how do I know how to write some commands, such as, items to print (extensions rather than layout) in the print window?
in this way I could also solve the problem that I had reported in the other post, selecting all the files and turning a script that assigns the print features that I want to each file and then allow me to publish them directly in pdf without switching from the dwf
 
If you scroll with the cursor to the right, find columns with preset print configurations, take the cue from them.

bye

p.s.: for the plot command, the settings sequence gets it as follows:
on command write: (command "_plot")
from there on annotate all the steps, you will have to transcribe them in the script.
 
I still take advantage of this discussion to ask for help.
I'm playing with the scripts that until the other day I ignored the existence and wondered if it was possible to create one that could turn on a series of drawings and execute a series of commands such as erasing lines, drawing others and inserting the text.
In plain words I have a thousand drawings that are updated, the design model is always the same while a part has to change.
the part that changes, which at the moment is a rectangle with so many text elements, should become a square with inside 3 attributes of a block or 3 text elements, which should be created by the script.
Can you do that? possibly, is there somewhere a list linking commands launched by icon with keyboard insertion?
 
I managed to get what I need using the stock recorder.
But now I would like to insert it into a script to make sure that it can repeat the operation n times.
But I obviously mistake something when the macro part, but once turned, the script is interrupted: Does anyone have any ideas?

I carry the commands of the script as well as I inserted them in the xls file

_
file
ccs
_
_
16
_

where ccs is my macro.
I add that the scr file is compiled correctly, in fact if I open it with notepad I see the command lines for all the files that interest me, you see that there is something in autocad 2010 that interrupts my script at the end of the macro.
Any ideas?
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top