Command Line Plot/Print

Discussion in 'AutoCAD' started by septicad, Feb 14, 2007.

  1. septicad

    septicad Guest

    I'd like to print out a list of printers to the screen. But I can't
    end this command without asking the user to press the escape key. Is
    there a way to do it.

    I'd like call the command with a DCL button.

    (command "plot" "Y" "" "?")

    Thanks
    Steve
     
    septicad, Feb 14, 2007
    #1
  2. septicad

    TH Guest

    Try:

    (command "plot" "Y" "" "?" "")

    This only shows the list and
    terminates the request immediatelly.

    hth

    thomas
     
    TH, Feb 15, 2007
    #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.