file selector in lisp..

Discussion in 'AutoCAD' started by Not Necessarily Me, Aug 25, 2005.

  1. Hey guys,

    Is there a way to keep the file selector from popping up within a LISP
    program? I need to write out incremental DXF files where the filename has
    already been determined by the program. I already know that CMDDIA=0 does
    not accomplish this.

    Thanks in advance,
    Jeff
     
    Not Necessarily Me, Aug 25, 2005
    #1
  2. Not Necessarily Me

    Paul Turvill Guest

    How about FILEDIA = 0 ?

    It also depends on your code and what you're trying to accomplish. LISP is
    versatile enough to do accomplish most file handling chores without
    interference from dialogs. If you can't come up with a fix, you might
    consider posting the code that's giving you the problem.
    ___
     
    Paul Turvill, Aug 25, 2005
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.