call saveas dialogue box in LISP

Discussion in 'AutoCAD' started by not ap, Jan 27, 2005.

  1. not ap

    not ap Guest

    Hi,

    Can I call the saveas dialogue box in a LISP routine?
    Now when I use the saveas command option it'll prompt in the command window.
    But I want to browse, rather then typing!

    I'm using acad2000! Thnx!
     
    not ap, Jan 27, 2005
    #1
  2. not ap

    Paul Turvill Guest

    (initdia)
    (command "_.saveas")
    ___
     
    Paul Turvill, Jan 27, 2005
    #2
  3. not ap

    not ap Guest

    that worked just fine! Thnx a bunch!!!!

     
    not ap, Jan 27, 2005
    #3
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.