• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Visual LISP, AutoLISP and General Customization

    Reply
    Member
    Posts: 3
    Registered: ‎10-27-2009

    Re: Open, Purge All, Zoom Extents, then Save, Lisp routine.

    10-31-2009 12:15 PM in reply to: Ak_homegrown
    Could I trouble you to provide the script that EZScript-Pro creates (Ezscript.scr) and a sample drawing (.DWF is fine) so I can try to recreate what you have seen? This is a first.

    Ezscriptpro@yahoo.com
    Please use plain text.
    Member
    Posts: 5
    Registered: ‎10-13-2009

    Re: Open, Purge All, Zoom Extents, then Save, Lisp routine.

    11-10-2009 03:02 PM in reply to: Ak_homegrown
    Scott,

    Thank you very much for your post, it worked great and is exactly what I needed! (And not above my comprehension!)
    Please use plain text.
    Member
    Posts: 3
    Registered: ‎10-27-2009

    Re: Open, Purge All, Zoom Extents, then Save, Lisp routine.

    07-15-2010 07:24 PM in reply to: Ak_homegrown



    If you use EZScript-PRO on AutoCAD 2010, simply put the command RIBBON at the beginning of your scripts.

    You can also put this ion the ACAD.lsp file.

     

    This will always make sure that the ribbon does not 'dissapear' when a script is run from the command line.

    Please use plain text.
    New Member
    e2luc
    Posts: 2
    Registered: ‎01-03-2012

    Re: Open, Purge All, Zoom Extents, then Save, Lisp routine.

    01-03-2012 08:32 AM in reply to: Ak_homegrown

    Read this Lisp Routine Topic and thought if we could add Bind Xrefs and Explode to the mix that this could be powerful.  But do we even have to open the drawing?

     

    Have it run the lisp Routine; Bind Insert Xrefs, Explode, Purge All, Zoom Extents, then Save

     

    Any Help on this topic

    Please use plain text.