Results 1 to 3 of 3

Thread: Make Audit command default to (Y) for yes when executed?

  1. #1
    Active Member CADKid's Avatar
    Join Date
    2005-08
    Location
    New England
    Posts
    54
    Login to Give a bone
    0

    Default Make Audit command default to (Y) for yes when executed?

    Hello everyone,
    Does anyone know how to make the audit command default to (Y) for yes when executed? Mine is set to (N) and I have not found how to change it if it is at all possible.
    Thanks,
    Mike

  2. #2
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Make Audit command default to (Y) for yes when executed?

    Quote Originally Posted by michael.f.palmer
    Hello everyone,
    Does anyone know how to make the audit command default to (Y) for yes when executed? Mine is set to (N) and I have not found how to change it if it is at all possible.
    Thanks,
    Mike
    Create a toolbar button containing the following macro:


    Code:
    ^c^c._audit;y;
    .or redefine AUDIT with this:

    Code:
    (defun c:audit () (command "._audit" "Y"))
    R.K. McSwain | CAD Panacea |

  3. #3
    Active Member CADKid's Avatar
    Join Date
    2005-08
    Location
    New England
    Posts
    54
    Login to Give a bone
    0

    Default Re: Make Audit command default to (Y) for yes when executed?

    Thank you R.K. McSwain, that worked fantastic. It seems so simple yet so complicated!

Similar Threads

  1. Batch Audit Command
    By clintr in forum AutoCAD General
    Replies: 2
    Last Post: 2010-05-21, 04:46 PM
  2. AUDIT COMMAND
    By Binu Mathew in forum AutoCAD General
    Replies: 13
    Last Post: 2008-11-13, 04:11 PM
  3. Can I make the 3GB boot option the default?
    By patricks in forum Revit - Hardware & Operating Systems
    Replies: 2
    Last Post: 2008-10-16, 06:53 PM
  4. Make a workset off by default?
    By patricks in forum Revit - Worksharing/Worksets/Revit Server
    Replies: 2
    Last Post: 2007-01-31, 03:30 PM
  5. make acad back to default
    By RCA4697 in forum AutoCAD LT - General
    Replies: 4
    Last Post: 2005-06-03, 04:33 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
  •