• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Public Works

    Reply
    Member
    Posts: 4
    Registered: ‎10-26-2008

    AutoDWG Attribute Extractor

    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
    Please use plain text.
    New Member
    Posts: 1
    Registered: ‎11-12-2008

    Re: AutoDWG Attribute Extractor

    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
    Please use plain text.