Results 1 to 10 of 21

Thread: Purge & Audit all drawing files in a folder

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I could stop if I wanted to rhayes.99001's Avatar
    Join Date
    2005-11
    Location
    New Jersey
    Posts
    349
    Login to Give a bone
    0

    Default Purge & Audit all drawing files in a folder

    Is there a Lisp Routine that will do a purge and audit on an entire folder of drawings.?
    I am looking for a quick way to clean a folder to archive drawings...
    I am using ADT 05'

  2. #2
    AUGI Addict kennet.sjoberg's Avatar
    Join Date
    2002-05
    Posts
    1,707
    Login to Give a bone
    0

    Default Re: Purge & Audit all drawing files in a folder

    You can use this LINK to make a script file and batch run everything in a directory.
    just use the commands you want . . .
    (princ "._zoom ext \n" File#1 )
    (princ "._-layer s 0 \n" File#1 )
    (princ "close Yes or No \n" File#1 )


    : ) Happy Computing !

    kennet

  3. #3
    Member
    Join Date
    2005-08
    Posts
    31
    Login to Give a bone
    0

    Default Re: Purge & Audit all drawing files in a folder

    Supposedly there's a "Building Solutions Applet of the month" VREZaudit, but i can't find the link they say is on Subscription Center page

  4. #4
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: Purge & Audit all drawing files in a folder

    Nice idea here.
    I have my save command setup to do
    a purge and zoom before I close the drawing
    I am working on. Slows down cad, but it works.

  5. #5
    I could stop if I wanted to kpblc2000's Avatar
    Join Date
    2006-09
    Posts
    212
    Login to Give a bone
    0

    Default Re: Purge & Audit all drawing files in a folder

    > Robert.Hall : do you use command or docmanager reactor?

  6. #6
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: Purge & Audit all drawing files in a folder

    I am using the following macro:

    ^C^C-layer;set;0;;_zoom;e;-purge;a;;n;-purge;a;;n;-purge;a;;n;audit;y;qsave;close

    Gets the job done, however, it takes a few seconds.

Similar Threads

  1. Purge + Audit &/or Recover + Purge
    By Wish List System in forum AutoCAD Wish List
    Replies: 3
    Last Post: 2013-06-20, 08:18 PM
  2. Purge + Audit &/or Recover + Purge
    By Wish List System in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2013-06-19, 07:12 PM
  3. 2012: Purge/Zoom Extents/Qsave a folder of DXF files
    By boyerd492098 in forum AutoCAD General
    Replies: 1
    Last Post: 2012-12-19, 08:39 AM
  4. Purge and/or Audit multiple files?
    By Maverick91 in forum CAD Management - General
    Replies: 5
    Last Post: 2010-07-13, 08:41 PM
  5. Replies: 3
    Last Post: 2006-08-04, 07:02 PM

Posting Permissions

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