Results 1 to 6 of 6

Thread: Purge and/or Audit multiple files?

  1. #1
    AUGI Addict Maverick91's Avatar
    Join Date
    2000-12
    Location
    Grand Prairie, Texas, USA
    Posts
    1,324
    Login to Give a bone
    0

    Default Purge and/or Audit multiple files?

    I have a set of drawings I need to work with from a client. The drawings are made up of about 40 xrefs. I want to clean up the xrefs with Purge and Audit. Is there a way to do this clean up en mas, cleaning multiple files? Or am I left to go through each one? TIA.

  2. #2
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Purge and/or Audit multiple files?

    Use a script file - something like this -

    Code:
    -purge
    all
    *
    no
    audit
    yes

  3. #3
    AUGI Addict Maverick91's Avatar
    Join Date
    2000-12
    Location
    Grand Prairie, Texas, USA
    Posts
    1,324
    Login to Give a bone
    0

    Default Re: Purge and/or Audit multiple files?

    Quote Originally Posted by jaberwok View Post
    Use a script file - something like this -

    Code:
    -purge
    all
    *
    no
    audit
    yes
    Cool. I've got a couple of buttons on my tool palette that does this for individual DWGs. Is there a way to clean multiple files at one time?

  4. #4
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Purge and/or Audit multiple files?

    I've never used it but others keep talking about Scriptpro.

  5. #5
    All AUGI, all the time Richard McDonald's Avatar
    Join Date
    2002-01
    Location
    At right angles to reality
    Posts
    537
    Login to Give a bone
    0

    Default Re: Purge and/or Audit multiple files?

    Mav,

    "recoverall" should do the audit part of what you want.

  6. #6
    Active Member
    Join Date
    2005-09
    Posts
    88
    Login to Give a bone
    0

    Default Re: Purge and/or Audit multiple files?

    Quote Originally Posted by Maverick91 View Post
    I have a set of drawings I need to work with from a client. The drawings are made up of about 40 xrefs. I want to clean up the xrefs with Purge and Audit. Is there a way to do this clean up en mas, cleaning multiple files? Or am I left to go through each one? TIA.
    If you're willing to spend a little money, there are a couple of batch purge utilities available. I use Smartpurge from JTB software, and I've been very happy with it. It has a built in option to run an audit, among other things.
    http://www.jtbworld.com/smartpurger.htm

    I also have an audit and a purge included in my acaddoc.lsp. At the expense of a little bit more time taken every time I open a file, everything gets steadily cleaner as I work. that. combined with any scripting application that will open and save every drawing in a directory would do the trick.

Similar Threads

  1. Purge & Audit all drawing files in a folder
    By rhayes.99001 in forum AutoLISP
    Replies: 20
    Last Post: 2019-03-01, 03:45 PM
  2. Purge + Audit &/or Recover + Purge
    By Wish List System in forum AutoCAD Wish List
    Replies: 3
    Last Post: 2013-06-20, 08:18 PM
  3. Purge + Audit &/or Recover + Purge
    By Wish List System in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2013-06-19, 07:12 PM
  4. Cannot Purge or Audit File
    By kmarquis in forum Revit Architecture - General
    Replies: 4
    Last Post: 2010-02-09, 04:29 PM
  5. Bind, Purge, Audit.
    By daniel.mcging in forum AutoLISP
    Replies: 1
    Last Post: 2009-04-22, 11:51 AM

Posting Permissions

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