Results 1 to 2 of 2

Thread: Save & Exit - LISP

  1. #1
    Member
    Join Date
    2012-11
    Posts
    8
    Login to Give a bone
    0

    Default Save & Exit - LISP

    Is it possible to use "autosave and exit (drawing file)" at the end of the lisp?

  2. #2
    All AUGI, all the time
    Join Date
    2010-06
    Posts
    962
    Login to Give a bone
    0

    Default Re: Save & Exit - LISP

    Maybe this .

    Code:
      (command "_.save" "" "N")
      (command "_.close" "")

Similar Threads

  1. Save drawing by lisp
    By pascal.elvis in forum AutoLISP
    Replies: 1
    Last Post: 2014-03-20, 10:31 PM
  2. 2012: Help my file was corrupted after Save and Exit, not sure why.
    By sosaj64356913 in forum Inventor - General
    Replies: 0
    Last Post: 2013-02-09, 08:27 PM
  3. Lisp to clean and save in DXF format
    By antistar in forum AutoLISP
    Replies: 1
    Last Post: 2012-12-20, 07:14 PM
  4. LISP code for Purge, Audit and Save... help
    By recjld in forum AutoLISP
    Replies: 5
    Last Post: 2009-08-18, 09:28 PM
  5. Save using Visual LISP
    By ccowgill in forum AutoLISP
    Replies: 9
    Last Post: 2008-10-24, 06:23 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
  •