See the top rated post in this thread. Click here

Results 1 to 4 of 4

Thread: Report to txt file

  1. #1
    Member
    Join Date
    2016-12
    Posts
    2
    Login to Give a bone
    0

    Exclamation Report to txt file

    I prefer a lisp (Writeline function) to do as below in one text file for many drawings

    Code:
    W:\WORKING\Environment\New folder\New files\Civil 1.dwg" Block name "North" is available
    W:\WORKING\Environment\New folder\New files\Civil 2.dwg" Block name "North" is available
    W:\WORKING\Environment\New folder\New files\Civil 3.dwg" Block name "North" is not available
    W:\WORKING\Environment\New folder\New files\Civil 4.dwg" Block name "North" is available

  2. #2
    All AUGI, all the time
    Join Date
    2003-07
    Posts
    561
    Login to Give a bone
    1

    Default Re: Report to txt file

    There are various ways to do something like this, fastest is accoreconsole but not sure about write to file, OBDX is another and last would be to use a script that opens each dwg checks and closes.

    The thing you need is to use the option "A" for append when opening a dwg file.
    The other is (tblsearch "block" "North") will return true or false.

    accoreconsole can do a complete directory in one go using a batch file. https://through-the-interface.typepa...e-console.html

  3. #3
    Member
    Join Date
    2016-12
    Posts
    2
    Login to Give a bone
    0

    Default Re: Report to txt file

    Bigal can you help me to compile the .dll code so that I can run

  4. #4
    All AUGI, all the time
    Join Date
    2003-07
    Posts
    561
    Login to Give a bone
    0

    Default Re: Report to txt file

    Will have to look for some stuff, lee-mac script write is 1st step to get a list of dwgs.

Similar Threads

  1. Exporting to CAD from Revit (Preset .txt file to load? ctb file?)
    By goodtastingsteak in forum Revit - Plotting/Printing/Exporting
    Replies: 2
    Last Post: 2015-03-13, 05:34 PM
  2. Station Curve Report in .txt
    By szimmer.goldeng in forum AutoCAD Civil 3D - Alignments
    Replies: 3
    Last Post: 2009-12-09, 08:10 PM
  3. Replies: 6
    Last Post: 2005-04-12, 09:21 PM
  4. Export Layers To xls or txt file
    By clarkl in forum CAD Management - General
    Replies: 2
    Last Post: 2004-11-11, 10:46 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •