Public Works
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
AutoDWG Attribute Extractor
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
444 Views, 1 Replies
10-26-2008 12:54 AM
Dear All,
I have a requirement to extract the block attributes of AUTOCAD dwg files to multiple text files. I tested one tool called AutoDWG Attribute Extractor which uses wizard to extract the block attributes of multiple AUTOCAD files into one text, csv or xls file. But i want to extract the AUTOCAD dwg files throgh command line and every dwg file should create one text,csv or xls file after extracting the attributes. So, please guide me how can I use command line to accomplish the above.
Any suggestion will be highly appreciated.
Thanks to all.
Best Regareds,
Amir
I have a requirement to extract the block attributes of AUTOCAD dwg files to multiple text files. I tested one tool called AutoDWG Attribute Extractor which uses wizard to extract the block attributes of multiple AUTOCAD files into one text, csv or xls file. But i want to extract the AUTOCAD dwg files throgh command line and every dwg file should create one text,csv or xls file after extracting the attributes. So, please guide me how can I use command line to accomplish the above.
Any suggestion will be highly appreciated.
Thanks to all.
Best Regareds,
Amir
Re: AutoDWG Attribute Extractor
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-12-2008 11:10 AM in reply to:
amir_myself
Hi Amir,
I believe the AutoDWG Attribue Extractor supports command line, please go to the installed directory, as default is should located at "C:\Program Files\AutoDWG\AttExt" and from DOS command line enter AttExt.exe/? for more options.
for example, enter AttExt.exe /F yourdrawing.dwg /O output.txt /C config.pae /T TXT
most of AutoDWG products supports command line, just visit their website for more information, go to http://www.autodwg.com
enjoy. Steve Edited by: steve.webe on Nov 17, 2008 7:07 AM
I believe the AutoDWG Attribue Extractor supports command line, please go to the installed directory, as default is should located at "C:\Program Files\AutoDWG\AttExt" and from DOS command line enter AttExt.exe/? for more options.
for example, enter AttExt.exe /F yourdrawing.dwg /O output.txt /C config.pae /T TXT
most of AutoDWG products supports command line, just visit their website for more information, go to http://www.autodwg.com
enjoy. Steve Edited by: steve.webe on Nov 17, 2008 7:07 AM

